Skip to content

Commit 029024e

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 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
@@ -26,8 +27,12 @@ script:
2627
popd;
2728
done
2829
- ./test-scripts/check-copyright-comments.sh
30+
- curl -sSL https://raw.githubusercontent.com/carllerche/travis-rust-matrix/master/test | bash
2931

3032
env:
3133
global:
3234
# Override the default `--features unstable` used for the nightly branch
3335
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
36+
- ARCH=x86_64
37+
- ARCH=i686
38+

0 commit comments

Comments
 (0)