Skip to content

Commit

Permalink
travis update.
Browse files Browse the repository at this point in the history
  • Loading branch information
aykutbulut committed Feb 11, 2016
1 parent 7fd0b3d commit f3a08dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ matrix:
before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$OSX" != "10.9" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$OSX" != "10.9" ]]; then brew install gcc; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$OSX" != "10.9" ]]; then brew install libblas-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$OSX" != "10.9" ]]; then brew install liblapack-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$OSX" != "10.9" ]]; then brew install libatlas-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export ADD_CXXFLAGS=-D__OSX__; fi
- git clone https://gist.github.com/tkralphs/13d4529b4d4e8889f3a6 scripts
- bash scripts/get.dependencies.sh fetch > /dev/null
Expand Down

0 comments on commit f3a08dc

Please sign in to comment.