Install gfortran in Travis CI.

This commit is contained in:
Zhang Xianyi 2013-07-05 11:11:18 +08:00
parent 6028232ad1
commit 9c78fad721
1 changed files with 3 additions and 0 deletions

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: