restore quiet_make

This commit is contained in:
Martin Kroeker 2020-04-02 02:04:31 +02:00 committed by GitHub
parent 07cb1097ff
commit 41b470244e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ matrix:
- brew update - brew update
- brew install gcc@8 # for gfortran - brew install gcc@8 # for gfortran
script: script:
- travis_wait 45 make $COMMON_FLAGS $BTYPE - travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
env: env:
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-8" - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-8"