Skip to content

Commit d2aa0b6

Browse files
committed
Add support for 32-bit
1 parent 4916908 commit d2aa0b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ env:
3232
global:
3333
# Override the default `--features unstable` used for the nightly branch
3434
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
35+
- ARCH=x86_64
36+
- ARCH=i686
37+
38+
script:
39+
- curl -sSL https://raw.githubusercontent.com/carllerche/travis-rust-matrix/master/test | bash
40+

0 commit comments

Comments
 (0)