diff --git a/.travis.yml b/.travis.yml index 82fe50a..52f61a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,11 +53,7 @@ install: # setup the target script: - cd $TRAVIS_BUILD_DIR - - pwd - - ls # build the target. This will call haxe with the HXFLAGS and HXFLAGS_EXTRA environment variables - - HXFLAGS="-v --times -cp src -cp test -main Tests -lib buddy -D reporter=buddy.TravisReporter" bash -x ~/travis-hx/build.sh - - pwd - - ls + - HXFLAGS="-cp src -cp test -main Tests -lib buddy -D reporter=buddy.TravisReporter" bash -x ~/travis-hx/build.sh # run the tests - ~/travis-hx/runtests.sh $FILENAME # this will set the $FILENAME defined on the environment variable to run the tests