Skip to content

Commit 440e25f

Browse files
committed
travis: disable osx tests
1 parent dec2d75 commit 440e25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stages:
1212
language: cpp
1313
os:
1414
- linux
15-
- osx
15+
# - osx
1616
dist: xenial
1717
compiler:
1818
- gcc
@@ -52,7 +52,7 @@ cache:
5252
- ${TRAVIS_BUILD_DIR}/deps/mvapich2-2.3b
5353
- ${TRAVIS_BUILD_DIR}/deps/boost
5454
- ${TRAVIS_BUILD_DIR}/deps/hdf5
55-
- /home/travis/.rvm/
55+
- /home/travis/.rvm/ # following Travis cache documentation: try to cache installed ruby on osx
5656

5757
matrix:
5858
exclude:

0 commit comments

Comments
 (0)