From 6c63a6254926c5458c1fbf0dc04369bef8afc9df Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Sun, 16 Nov 2014 19:28:45 +0200 Subject: [PATCH] turnoff as3 target. fix js --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6756aaf..5c38577 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: - TARGET=interp - TARGET=macro # optional: MACROFLAGS: specify the flags that are unique to building/running with --macro arguments - - TARGET=js TOOLCHAIN=default HXFLAGS_EXTRA="-D nodejs -js '$TARGET_DIR/js.js'" # target is tested by node.js + - TARGET=js TOOLCHAIN=default HXFLAGS_EXTRA="-D nodejs -js js.js" # target is tested by node.js # optional: FILENAME # optional: NODECMD: set the command to be run by nodejs - TARGET=js TOOLCHAIN=browser # target is tested by browsers / phantomjs @@ -27,7 +27,7 @@ env: # optional: FILENAME - TARGET=swf # optional: FILENAME - - TARGET=as3 + # - TARGET=as3 # optional: FILENAME - TARGET=java # optional: FILENAME