Skip to content

Commit c3d5eda

Browse files
committed
Add x86_64-unknown-linux-gnu as another regular job
1 parent e370059 commit c3d5eda

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@ env:
1515
- CRATE_NAME=nix
1616
- CARGO_TEST_THREADS=1
1717

18-
# default job
19-
- TARGET=x86_64-unknown-linux-gnu
20-
2118
matrix:
2219
# These are all the build jobs. Adjust as necessary. Comment out what you
2320
# don't need
2421
include:
2522
# Linux
23+
- env: TARGET=x86_64-unknown-linux-gnu
2624
- env: TARGET=i686-unknown-linux-gnu
2725
- env: TARGET=i686-unknown-linux-musl
2826
# - env: TARGET=x86_64-unknown-linux-gnu # this is the default job

0 commit comments

Comments
 (0)