From c4e2cecd52ae62e9155c27db424e9ff45c100160 Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Sun, 16 Nov 2014 04:25:19 +0200 Subject: [PATCH] debug bash again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd3fc09..b5f98e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ script: - pwd - ls # build the target. This will call haxe with the HXFLAGS and HXFLAGS_EXTRA environment variables - - HXFLAGS="--times -cp src -cp test -main Tests -lib buddy -D reporter=buddy.TravisReporter" ~/travis-hx/build.sh + - HXFLAGS="--times -cp src -cp test -main Tests -lib buddy -D reporter=buddy.TravisReporter" bash -x ~/travis-hx/build.sh - ls # run the tests - ~/travis-hx/runtests.sh $FILENAME # this will set the $FILENAME defined on the environment variable to run the tests