Skip to content

Commit 9f29514

Browse files
committed
don't test --target=i686-unknown-linux-gnu for now, due to rust-lang/rust#49033
1 parent 0664242 commit 9f29514

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: rust
22
rust:
33
- nightly
4-
before_script:
5-
- rustup target add i686-unknown-linux-gnu
4+
#
5+
#before_script:
6+
#- rustup target add i686-unknown-linux-gnu
7+
# TODO: renable this once https://github.com/rust-lang/rust/issues/49033 is fixed.
8+
#
69
os:
710
- linux
811
addons:

0 commit comments

Comments
 (0)