aboutsummaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-12-28 06:43:42 -0800
committerJosh Haberman <jhaberman@gmail.com>2015-12-28 06:43:42 -0800
commit0d2d8bc10843bcd6c6c68421fe64e90ed13c0c07 (patch)
treeee36a93ccb886ef2ce0a92086d71de615b9042f2 /travis.sh
parentd4315ca3488b85b2e1a118bfbdd217db0292b9f6 (diff)
downloadprotobuf-0d2d8bc10843bcd6c6c68421fe64e90ed13c0c07.tar.gz
protobuf-0d2d8bc10843bcd6c6c68421fe64e90ed13c0c07.tar.bz2
protobuf-0d2d8bc10843bcd6c6c68421fe64e90ed13c0c07.zip
Fixed test command for JS tests.
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 --------