Update the Travis script

This commit is contained in:
Romain Goyet
2018-02-01 16:43:46 +01:00
committed by EmilieNumworks
parent 5ef24d304d
commit 7463084839

View File

@@ -17,5 +17,5 @@ matrix:
os: linux
script:
- make clean && make app.$EXT test.$EXT
- make clean && make epsilon.$EXT test.$EXT
- if [ "$PLATFORM" = "blackbox" ]; then ./test.$EXT; fi