Skip to content

Commit 2c221b6

Browse files
authored
Merge pull request rust-lang#3402 from scampi/stdsimd
set the TARGET envar for the stdsimd integration test
2 parents e5284b1 + 36b7872 commit 2c221b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131
- env: INTEGRATION=rand
3232
- env: INTEGRATION=rust-clippy
3333
- env: INTEGRATION=rust-semverver
34-
- env: INTEGRATION=stdsimd
34+
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
3535
- env: INTEGRATION=tempdir
3636
allow_failures:
3737
# Doesn't build - seems to be because of an option

0 commit comments

Comments
 (0)