aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie <julie@cs.utk.edu>2016-12-06 20:53:47 -0800
committerJulie <julie@cs.utk.edu>2016-12-06 20:53:47 -0800
commit13288dbb7e29afa6bf399625002f18c5b95d4876 (patch)
treec94d9c70fb394bd9b1f95ed4fd7f786f728a6189
parentbc82eb1ed984a75de77c7e8b2cf75cda45b54310 (diff)
Trying to fix Travis for Fortran build
Suggestion by @BanzaiMan on #68
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e8b131e7..e311fa34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,9 @@ os:
- linux
- osx
+before_install:
+ - brew install gcc49
+
script:
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo `curl -s $PR | jq -r .head.ref`; fi)