Skip to content

Commit

Permalink
travis restored to last working version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aykutbulut committed Feb 1, 2016
1 parent 88647e1 commit c1845b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ matrix:
compiler: clang
- os: linux
addons:
apt:
packages:
- gfortran
apt:
packages:
- gfortran
- libblas-dev
allow_failures:
- os: osx

Expand All @@ -28,4 +29,4 @@ before_script:
- git clone https://gist.github.com/tkralphs/13d4529b4d4e8889f3a6 scripts
- bash scripts/get.dependencies.sh fetch > /dev/null

script: bash scripts/get.dependencies.sh build --quiet --test
script: bash scripts/get.dependencies.sh build --quiet --test

0 comments on commit c1845b4

Please sign in to comment.