Skip to content

Commit ff22bac

Browse files
committed
Set TravisCI builds to use Nightly
1 parent 1921800 commit ff22bac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ addons:
1818

1919
before_script:
2020
- 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
2424

2525
script:
2626
- |
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
3131
3232
after_success:
3333
# measure code coverage and upload to coveralls.io
34-
- cargo coveralls
34+
- cargo +nightly coveralls
3535
# upload documentation to github.io (gh-pages branch)
36-
- cargo doc-upload
36+
- cargo +nightly doc-upload

0 commit comments

Comments
 (0)