Skip to content

Commit

Permalink
Add support for 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke committed Sep 14, 2017
1 parent 4916908 commit d2aa0b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ env:
global:
# Override the default `--features unstable` used for the nightly branch
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
- ARCH=x86_64
- ARCH=i686

script:
- curl -sSL https://raw.githubusercontent.com/carllerche/travis-rust-matrix/master/test | bash

0 comments on commit d2aa0b6

Please sign in to comment.