From bc74feb5b2f85cbb4a5335cfee73dead9bceab7f Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Mon, 17 Nov 2014 10:35:40 +0200 Subject: [PATCH] Revert "default args for node.js tests" This reverts commit 2b00e92c8825df2dfa0ddf65e45276b16f3da888. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c10b84f..516c51f 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 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