console log for flash targets

This commit is contained in:
Dima Granetchi
2014-11-16 17:13:56 +02:00
parent 97a14bc250
commit 02c55d766c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -55,6 +55,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.reporting.TravisHxReporter -D console_js" ~/travis-hx/build.sh
- HXFLAGS="-cp src -cp test -main Tests -lib buddy -D reporter=buddy.reporting.TravisHxReporter -D console_log" ~/travis-hx/build.sh
# run the tests
- bash -x ~/travis-hx/runtests.sh $FILENAME # this will set the $FILENAME defined on the environment variable to run the tests