Travis: no make verbose output [skip ci]

This commit is contained in:
Lukas W
2015-02-05 17:48:51 +01:00
parent 0a48b2f7bc
commit 94e9d5b137

View File

@@ -13,7 +13,7 @@ before_script:
- mkdir build && cd build
script:
- sh ${TRAVIS_BUILD_DIR}/.travis/${TRAVIS_OS_NAME}.${TARGET_OS}.script.sh
- make -j4 VERBOSE=1
- make -j4
- if [[ $TARGET_OS != win* ]]; then make tests && ./tests/tests; fi;
before_deploy: make package
deploy: