Skip to content

Commit 10e9382

Browse files
committed
Travis: Add minimum support Rust version and 32-bit support
1 parent 534c61d commit 10e9382

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rust:
1010
- nightly
1111
- beta
1212
- stable
13+
- 1.13.0
1314
os:
1415
- linux
1516
- osx
@@ -27,7 +28,16 @@ script:
2728
done
2829
- ./test-scripts/check-copyright-comments.sh
2930

31+
env:
32+
- ARCH=x86_64
33+
- ARCH=i686
34+
35+
script:
36+
- cd */
37+
- curl -sSL https://raw.githubusercontent.com/carllerche/travis-rust-matrix/master/test | bash
38+
3039
env:
3140
global:
3241
# Override the default `--features unstable` used for the nightly branch
3342
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
43+

0 commit comments

Comments
 (0)