From 4eba28a7a80c02b0e400fe5f29c18ae1d602f3f1 Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Sun, 16 Nov 2014 04:12:50 +0200 Subject: [PATCH] log travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 50d0768..dd3fc09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,10 @@ 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 + - HXFLAGS="--times -cp src -cp test -main Tests -lib buddy -D reporter=buddy.TravisReporter" ~/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