Changeset 2241
- Timestamp:
- Jan 20, 2016 8:09:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r2240 r2241 1 1 language: cpp 2 3 addons:4 apt:5 packages:6 - gfortran7 2 8 3 matrix: … … 21 16 compiler: clang 22 17 - os: linux 18 addons: 19 apt: 20 packages: 21 - gfortran 22 allow_failures: 23 - os: osx 23 24 24 25 before_install: 25 - git clone https://gist.github.com/tkralphs/13d4529b4d4e8889f3a6 scripts 26 - bash scripts/get.dependencies.sh fetch 26 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi 27 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gfortran; fi 28 - git clone https://gist.github.com/tkralphs/13d4529b4d4e8889f3a6 scripts 29 - bash scripts/get.dependencies.sh fetch > /dev/null 27 30 28 install: bash scripts/get.dependencies.sh build 31 install: bash scripts/get.dependencies.sh build > /dev/null 29 32 30 33 script: make test
Note: See TracChangeset
for help on using the changeset viewer.