aboutsummaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
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 --------