diff --git a/.travis.yml b/.travis.yml index 5624225..98326ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.TravisReporter -D console_js" ~/travis-hx/build.sh + - HXFLAGS="-cp src -cp test -main Tests -lib buddy -D reporter=buddy.reporting.TravisHxReporter -D console_js" ~/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 diff --git a/test.hxml b/test.hxml index 273a4b3..0bb27d0 100644 --- a/test.hxml +++ b/test.hxml @@ -4,4 +4,4 @@ -D dump=pretty -neko bin/test.n -lib buddy --D reporter=buddy.reporting.TravisReporter +-D reporter=buddy.reporting.TravisHxReporter