Skip to content

Commit

Permalink
Travis: Add minimum support Rust version and 32-bit support
Browse files Browse the repository at this point in the history
Closes #23
  • Loading branch information
joshlf committed Dec 7, 2017
1 parent df543a4 commit 5921914
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rust:
- nightly
- beta
- stable
- 1.13.0
os:
- linux
- osx
Expand All @@ -36,6 +37,14 @@ script:
done
- ./test-scripts/check-copyright-comments.sh

env:
- ARCH=x86_64
- ARCH=i686

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

env:
global:
# Override the default `--features unstable` used for the nightly branch
Expand Down

0 comments on commit 5921914

Please sign in to comment.