From cc1bcc25b964a92cd0e69e8ff1c31856308157eb Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 29 Aug 2015 13:44:38 -0700 Subject: [PATCH] Enable phantomjs tests in travis.yml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b0e58094a..dfc74c545 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: matrix: - - ISTANBUL=true -# - BIN="phantomjs" + - BIN="phantomjs" # - BIN="rhino" OPTION="-opt -1" # - BIN="rhino" OPTION="-opt -1 -require" # - BIN="ringo" OPTION="-o -1"