Skip to content

Commit d9448a5

Browse files
authored
do not run Travis CI on macOS (#16)
1 parent 0866b3c commit d9448a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Documentation: http://docs.travis-ci.com/user/languages/julia/
21
language: julia
32
os:
43
- linux
5-
- osx
4+
# - osx
65
julia:
76
- 0.6
87
- nightly
8+
matrix:
9+
allow_failures:
10+
- julia: nightly
911
notifications:
1012
email: false
1113
# uncomment the following lines to override the default test script

0 commit comments

Comments
 (0)