File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ rust: nightly
4
4
5
5
os :
6
6
- linux
7
- # - osx # doesn't even start atm. Not sure what travis is up to. Disabling to reduce the noise
7
+ - osx
8
8
9
9
sudo : false
10
10
@@ -32,7 +32,10 @@ install:
32
32
33
33
matrix :
34
34
include :
35
- - env : BASE_TESTS=true # runs the base tests
35
+ - os : osx # run base tests on both platforms
36
+ env : BASE_TESTS=true
37
+ - os : linux
38
+ env : BASE_TESTS=true
36
39
- env : INTEGRATION=rust-lang/cargo
37
40
- env : INTEGRATION=rust-lang-nursery/rand
38
41
- env : INTEGRATION=rust-lang-nursery/stdsimd
@@ -46,6 +49,10 @@ matrix:
46
49
- env : INTEGRATION=serde-rs/serde
47
50
- env : INTEGRATION=Geal/nom
48
51
- env : INTEGRATION=hyperium/hyper
52
+ # prevent these jobs with default env vars
53
+ exclude :
54
+ - os : linux
55
+ - os : osx
49
56
50
57
script :
51
58
- |
You can’t perform that action at this time.
0 commit comments