From 0d2d8bc10843bcd6c6c68421fe64e90ed13c0c07 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Mon, 28 Dec 2015 06:43:42 -0800 Subject: Fixed test command for JS tests. --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis.sh') diff --git a/travis.sh b/travis.sh index 27e4990f..97a769d7 100755 --- a/travis.sh +++ b/travis.sh @@ -275,7 +275,7 @@ build_jruby() { build_javascript() { internal_build_cpp - cd js && npm install && gulp test && cd .. + cd js && npm install && npm test && cd .. } # -------- main -------- -- cgit v1.2.3