Skip to content

Commit 7dcb167

Browse files
committed
travis: Stop Pinning nightly
Signed-off-by: Joe Richey <joerichey@google.com>
1 parent 9ec7d21 commit 7dcb167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ matrix:
9191
- RUSTFLAGS='-C debuginfo=0' cargo test --target asmjs-unknown-emscripten
9292

9393
- name: "Linux, nightly, docs"
94-
rust: nightly-2020-09-08
94+
rust: nightly
9595
os: linux
9696
install:
9797
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
@@ -109,7 +109,7 @@ matrix:
109109
- cargo test
110110

111111
- name: "OSX, nightly, docs"
112-
rust: nightly-2020-09-08
112+
rust: nightly
113113
os: osx
114114
install:
115115
- cargo --list | egrep "^\s*deadlinks$" -q || cargo install cargo-deadlinks
@@ -127,7 +127,7 @@ matrix:
127127
- cargo test
128128

129129
- name: "cross-platform build only"
130-
rust: nightly-2020-09-08
130+
rust: nightly
131131
install:
132132
- rustup target add x86_64-sun-solaris
133133
- rustup target add x86_64-unknown-freebsd

0 commit comments

Comments
 (0)