Skip to content

Commit a3dc01e

Browse files
committed
travis: reenable osx
1 parent eb2cfe6 commit a3dc01e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rust: nightly
44

55
os:
66
- linux
7-
# - osx # doesn't even start atm. Not sure what travis is up to. Disabling to reduce the noise
7+
- osx
88

99
sudo: false
1010

@@ -32,7 +32,10 @@ install:
3232
3333
matrix:
3434
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
3639
- env: INTEGRATION=rust-lang/cargo
3740
- env: INTEGRATION=rust-lang-nursery/rand
3841
- env: INTEGRATION=rust-lang-nursery/stdsimd
@@ -46,6 +49,10 @@ matrix:
4649
- env: INTEGRATION=serde-rs/serde
4750
- env: INTEGRATION=Geal/nom
4851
- env: INTEGRATION=hyperium/hyper
52+
# prevent these jobs with default env vars
53+
exclude:
54+
- os: linux
55+
- os: osx
4956

5057
script:
5158
- |

0 commit comments

Comments
 (0)