Skip to content

Commit 48f2804

Browse files
Update .travis.yml
1 parent 5223bc7 commit 48f2804

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ branches:
66
- master
77
os:
88
- linux
9-
- osx
9+
# - osx
1010
julia:
11-
- 1.2
1211
- 1
1312
- nightly
1413
matrix:
@@ -20,4 +19,4 @@ after_success:
2019
- if [[ $TRAVIS_JULIA_VERSION = 1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
2120
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
2221
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';
23-
fi
22+
fi

0 commit comments

Comments
 (0)