From e620d194221186188b5168a8171cc329f3646a17 Mon Sep 17 00:00:00 2001 From: jdalton Date: Mon, 29 Jun 2015 23:18:08 -0700 Subject: [PATCH] Disable JIT for ringo runs in travis.yml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3bf0cfe17..33f4238c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: - BIN="phantomjs" - BIN="rhino" OPTION="-opt -1" - BIN="rhino" OPTION="-opt -1 -require" - - BIN="ringo" + - BIN="ringo" OPTION="-o -1" matrix: include: - node_js: "iojs"