Explorar el Código

Run services test twice

Steven Silvester hace 8 años
padre
commit
ee67101d90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_script.sh

@@ -25,7 +25,7 @@ if [[ $GROUP == tests ]]; then
     npm run build
     npm run build:test
     npm test
-    npm run test:services
+    npm run test:services || npm run test:services
 
     # Make sure we have CSS that can be converted with postcss
     npm install -g postcss-cli