Skip to content

Commit f82b05d

Browse files
committed
put nigthly test first
1 parent 058330d commit f82b05d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ env:
1010

1111
matrix:
1212
include:
13+
# Nightly, for testing
14+
- env: TARGET=x86_64-unknown-linux-gnu
15+
rust: nightly
16+
1317
# Linux
1418
- env: TARGET=i686-unknown-linux-gnu DISABLE_TESTS=1
1519
- env: TARGET=i686-unknown-linux-musl DISABLE_TESTS=1
@@ -22,10 +26,6 @@ matrix:
2226
- env: TARGET=x86_64-apple-darwin DISABLE_TESTS=1
2327
os: osx
2428

25-
# Nightly, for testing
26-
- env: TARGET=x86_64-unknown-linux-gnu
27-
rust: nightly
28-
2929
install:
3030
- sh ci/install.sh
3131
- source ~/.cargo/env || true

0 commit comments

Comments
 (0)