Skip to content

Commit

Permalink
travis: Stop Pinning nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Sep 8, 2020
1 parent 9ec7d21 commit 7dcb167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ matrix:
- RUSTFLAGS='-C debuginfo=0' cargo test --target asmjs-unknown-emscripten

- name: "Linux, nightly, docs"
rust: nightly-2020-09-08
rust: nightly
os: linux
install:
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
Expand All @@ -109,7 +109,7 @@ matrix:
- cargo test

- name: "OSX, nightly, docs"
rust: nightly-2020-09-08
rust: nightly
os: osx
install:
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
Expand All @@ -127,7 +127,7 @@ matrix:
- cargo test

- name: "cross-platform build only"
rust: nightly-2020-09-08
rust: nightly
install:
- rustup target add x86_64-sun-solaris
- rustup target add x86_64-unknown-freebsd
Expand Down

0 comments on commit 7dcb167

Please sign in to comment.