Skip to content

Commit 4df5deb

Browse files
author
Jorge Aparicio
committed
switch to a current nightly
1 parent 2706d92 commit 4df5deb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
cache: cargo
22
dist: trusty
33
language: rust
4+
rust: nightly
45
services: docker
56
sudo: required
6-
rust: nightly
77

88
matrix:
99
include:
1010
- env: TARGET=aarch64-unknown-linux-gnu
1111
- env: TARGET=arm-unknown-linux-gnueabi
12-
# FIXME(rust-lang/rust#36518)
13-
rust: nightly-2016-09-21
1412
- env: TARGET=arm-unknown-linux-gnueabihf
1513
- env: TARGET=armv7-unknown-linux-gnueabihf
1614
- env: TARGET=i586-unknown-linux-gnu
1715
- env: TARGET=i686-apple-darwin
18-
# FIXME(rust-lang/rust#36793)
19-
rust: nightly-2016-09-10
2016
os: osx
2117
- env: TARGET=i686-unknown-linux-gnu
22-
# FIXME(rust-lang/rust#36793)
23-
rust: nightly-2016-09-10
2418
- env: TARGET=mips-unknown-linux-gnu
2519
- env: TARGET=mipsel-unknown-linux-gnu
2620
- env: TARGET=powerpc-unknown-linux-gnu

0 commit comments

Comments
 (0)