Procházet zdrojové kódy

Run services test twice

Steven Silvester před 8 roky
rodič
revize
ee67101d90
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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