Skip to content

Commit

Permalink
tap brew science
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Dec 16, 2015
1 parent ab234b9 commit f327335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
- mkdir build
- make download-all
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo ./install_prereqs.sh ubuntu; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update > brew_update.log && brew install openblas && ./install_prereqs.sh homebrew > homebrew.log || cat homebrew.log; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update > brew_update.log && brew tap homebrew/science && brew install openblas && ./install_prereqs.sh homebrew > homebrew.log || cat homebrew.log; fi
- make

script:
Expand Down

0 comments on commit f327335

Please sign in to comment.