Bump nightly version (#28)
This commit is contained in:
parent
9782a47456
commit
5c0bb10b2d
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
nightly-2017-09-05
|
nightly-2017-09-26
|
||||||
|
|
Loading…
Reference in New Issue