We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534c61d commit 10e9382Copy full SHA for 10e9382
.travis.yml
@@ -10,6 +10,7 @@ rust:
10
- nightly
11
- beta
12
- stable
13
+ - 1.13.0
14
os:
15
- linux
16
- osx
@@ -27,7 +28,16 @@ script:
27
28
done
29
- ./test-scripts/check-copyright-comments.sh
30
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
39
env:
40
global:
41
# Override the default `--features unstable` used for the nightly branch
42
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
43
0 commit comments