Skip to content

Commit c19d676

Browse files
author
Jorge Aparicio
committed
pin all the targets to nightly-2016-12-05
1 parent c1ef69f commit c19d676

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
cache: cargo
22
dist: trusty
33
language: rust
4-
rust: nightly
4+
# NOTE(nightly-2016-12-05) work around for rust-lang/rust#38281
5+
rust: nightly-2016-12-05
56
services: docker
67
sudo: required
78

@@ -22,15 +23,10 @@ matrix:
2223
- env: TARGET=powerpc-unknown-linux-gnu
2324
- env: TARGET=powerpc64-unknown-linux-gnu
2425
- env: TARGET=powerpc64le-unknown-linux-gnu
25-
# NOTE(nightly-2016-12-05) work around for rust-lang/rust#38281
2626
- env: TARGET=thumbv6m-none-eabi
27-
rust: nightly-2016-12-05
2827
- env: TARGET=thumbv7em-none-eabi
29-
rust: nightly-2016-12-05
3028
- env: TARGET=thumbv7em-none-eabihf
31-
rust: nightly-2016-12-05
3229
- env: TARGET=thumbv7m-none-eabi
33-
rust: nightly-2016-12-05
3430
- env: TARGET=x86_64-apple-darwin
3531
os: osx
3632
env: TARGET=x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)