Skip to content

Commit c67f8c0

Browse files
authored
Travis build failure (#350)
* Fixes to build failure on travis (OSX). * Potential fixes to travis. * Updated xcode10 images.
1 parent 053e256 commit c67f8c0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ os:
77
- linux
88
- osx
99

10-
osx_image: xcode10
10+
matrix:
11+
include:
12+
- os : osx
13+
osx_image: xcode10
1114

1215
notifications:
1316
email:

.travis/travis_prepare_osx.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
set -o nounset # Treat unset variables as an error
2121
set +e
2222
#rvm get head
23-
#brew update
24-
#brew outdated cmake || brew install cmake
25-
brew install gsl
23+
brew update || echo "failed to update"
24+
brew outdated cmake || brew install cmake
25+
brew install gsl || brew upgrade gsl
2626
brew install hdf5
2727
brew install python
2828
brew install numpy

0 commit comments

Comments
 (0)