From d36c5cffd0e5edc323c6a188b73684db12176726 Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Mon, 17 Nov 2014 11:55:43 +0200 Subject: [PATCH] osx tests --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 516c51f..53fe68f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ # example travis.yml haxe configuration -language: c # change this to objective-c to test on a mac machine +language: objective-c # change this to objective-c to test on a mac machine env: global: - # - OS=mac # add this too to let the script know that the OS is a mac + - OS=mac # add this too to let the script know that the OS is a mac # - ARCH=i686 # add this to run in 32-bit mode. See availability at README # SAUCE_ACCESS_KEY - secure: "YOUR_ENCRYPTED_SAUCE_ACCESS_KEY" # if you want to use SauceLabs @@ -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_log" bash -x ~/travis-hx/build.sh + - HXFLAGS="-cp src -cp test -main Tests -lib buddy -D reporter=buddy.reporting.TravisHxReporter" bash -x ~/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 \ No newline at end of file