[scripts] Fix the Travis build

This commit is contained in:
Romain Goyet
2019-03-06 10:47:41 +01:00
committed by LeaNumworks
parent 160f202860
commit 69b1d37e64

View File

@@ -23,4 +23,4 @@ os: linux
script:
- set -e
- make clean && make epsilon.$EXT test.$EXT
- if [ "$PLATFORM" = "blackbox" ]; then ./test.$EXT; PLATFORM=blackbox make integration_tests; fi
- if [ "$PLATFORM" = "blackbox" ]; then build/blackbox/test.$EXT; PLATFORM=blackbox make integration_tests; fi