We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053e256 commit c67f8c0Copy full SHA for c67f8c0
.travis.yml
@@ -7,7 +7,10 @@ os:
7
- linux
8
- osx
9
10
-osx_image: xcode10
+matrix:
11
+ include:
12
+ - os : osx
13
+ osx_image: xcode10
14
15
notifications:
16
email:
.travis/travis_prepare_osx.sh
@@ -20,9 +20,9 @@
20
set -o nounset # Treat unset variables as an error
21
set +e
22
#rvm get head
23
-#brew update
24
-#brew outdated cmake || brew install cmake
25
-brew install gsl
+brew update || echo "failed to update"
+brew outdated cmake || brew install cmake
+brew install gsl || brew upgrade gsl
26
brew install hdf5
27
brew install python
28
brew install numpy
0 commit comments