diff --git a/.travis.yml b/.travis.yml index 2565c38db..53726ba2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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