File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ addons:
18
18
19
19
before_script :
20
20
- export PATH=$HOME/.cargo/bin:$PATH
21
- - cargo install cargo-update || echo "cargo-update already installed"
22
- - cargo install cargo-travis || echo "cargo-travis already installed"
23
- - cargo install-update -a # update outdated cached binaries
21
+ - cargo +nightly install cargo-update || echo "cargo-update already installed"
22
+ - cargo +nightly install cargo-travis || echo "cargo-travis already installed"
23
+ - cargo +nightly install-update -a # update outdated cached binaries
24
24
25
25
script :
26
26
- |
27
- cargo build &&
28
- cargo test --all --verbose &&
29
- cargo bench &&
30
- cargo doc
27
+ cargo +nightly build &&
28
+ cargo +nightly test --all --verbose &&
29
+ cargo +nightly bench &&
30
+ cargo +nightly doc
31
31
32
32
after_success :
33
33
# measure code coverage and upload to coveralls.io
34
- - cargo coveralls
34
+ - cargo +nightly coveralls
35
35
# upload documentation to github.io (gh-pages branch)
36
- - cargo doc-upload
36
+ - cargo +nightly doc-upload
You can’t perform that action at this time.
0 commit comments