Skip to content

Commit

Permalink
disable js (SpiderMonkey) and jsc (JavaScriptCore) explicitly on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
luite committed Oct 27, 2015
1 parent 026089b commit 300b543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cabal_install() {
}

run_tests() {
"$TESTRUNNER" --travis --with-node="$NODE" "$@" -j2
"$TESTRUNNER" --travis --with-spidermonkey=none --with-javascriptcore=none --with-node="$NODE" "$@" -j2
}

case "$1" in
Expand Down

0 comments on commit 300b543

Please sign in to comment.