Bump nightly version (#28)

This commit is contained in:
Yong Wen Chua 2017-10-31 10:46:25 +08:00 committed by GitHub
parent 9782a47456
commit 5c0bb10b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
sudo: false sudo: false
language: rust language: rust
rust: rust:
- nightly-2017-09-05 - nightly-2017-09-26
env: env:
global: global:
- TRAVIS_CARGO_NIGHTLY_FEATURE="" - TRAVIS_CARGO_NIGHTLY_FEATURE=""
@ -23,6 +23,6 @@ script:
- | - |
travis-cargo build -- "${CARGO_FLAGS}" && travis-cargo build -- "${CARGO_FLAGS}" &&
travis-cargo test -- "${CARGO_FLAGS}" && travis-cargo test -- "${CARGO_FLAGS}" &&
travis-cargo --only nightly-2017-09-05 doc -- --no-deps "${CARGO_FLAGS}" travis-cargo --only nightly-2017-09-26 doc -- --no-deps "${CARGO_FLAGS}"
after_success: after_success:
- test $CARGO_FLAGS = "--all-features" && travis-cargo --only nightly-2017-09-05 doc-upload - test $CARGO_FLAGS = "--all-features" && travis-cargo --only nightly-2017-09-26 doc-upload

View File

@ -21,7 +21,7 @@ Rocket requires nightly Rust. You should probably install Rust with
See See
[installation instructions](https://rocket.rs/guide/getting-started/#installing-rust). [installation instructions](https://rocket.rs/guide/getting-started/#installing-rust).
In particular, `rocket_cors` is currently targetted for `nightly-2017-07-21`. Newer nightlies In particular, `rocket_cors` is currently targetted for `nightly-2017-09-26`. Newer nightlies
might work, but it's not guaranteed. might work, but it's not guaranteed.
## Installation ## Installation

View File

@ -1 +1 @@
nightly-2017-09-05 nightly-2017-09-26