Browse Source

Install gfortran in Travis CI.

tags/v0.2.7
Zhang Xianyi 12 years ago
parent
commit
9c78fad721
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

@@ -3,6 +3,9 @@ compiler:
- gcc
script: make DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=16

before_install:
- sudo apt-get install -qq gfortran

# whitelist
branches:
only:


Loading…
Cancel
Save