new reporter and js console

This commit is contained in:
Dima Granetchi
2014-11-16 14:16:49 +02:00
parent 589309fc1b
commit 4faed911a8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -49,12 +49,12 @@ before_install: # clone travis-hx repo
install: # setup the target
- ~/travis-hx/setup.sh
- haxelib git buddy git://github.com/profelis/buddy.git
- haxelib git buddy git://github.com/profelis/buddy.git master src
- haxelib install promhx
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" ~/travis-hx/build.sh
- HXFLAGS="-cp src -cp test -main Tests -lib buddy -D reporter=buddy.reporting.TravisReporter -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
+1 -1
View File
@@ -4,4 +4,4 @@
-D dump=pretty
-neko bin/test.n
-lib buddy
-D reporter=buddy.TravisReporter
-D reporter=buddy.reporting.TravisReporter