From 2f0d950be13b500734c5efbbb368c9f98a42bffe Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Sun, 16 Nov 2014 04:08:27 +0200 Subject: [PATCH] verbose mode --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52f61a1..50d0768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,6 @@ install: # setup the target script: - cd $TRAVIS_BUILD_DIR # build the target. This will call haxe with the HXFLAGS and HXFLAGS_EXTRA environment variables - - HXFLAGS="-cp src -cp test -main Tests -lib buddy -D reporter=buddy.TravisReporter" bash -x ~/travis-hx/build.sh + - HXFLAGS="-v --times -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