Use quiet make for Travis CI.

This commit is contained in:
Zhang Xianyi
2013-07-05 14:52:57 +08:00
parent 9c78fad721
commit cc522aa21d
2 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
language: c
compiler:
- gcc
script: make DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=16
script: make QUIET_MAKE=1 DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32
before_install:
- sudo apt-get install -qq gfortran