Selaa lähdekoodia

Fixed test command for JS tests.

Josh Haberman 10 vuotta sitten
vanhempi
commit
0d2d8bc108
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      travis.sh

+ 1 - 1
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 --------