Kaynağa Gözat

Fixed test command for JS tests.

Josh Haberman 10 yıl önce
ebeveyn
işleme
0d2d8bc108
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 --------