Parcourir la source

Only run acceptance tests for faster iteration

Renée Kooi il y a 6 ans
Parent
commit
180c58b1d0
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -18,11 +18,11 @@ cache:
   - node_modules
   - website/node_modules
 script:
-- npm run web:install
-- npm run build
-- npm run test
+# - npm run web:install
+# - npm run build
+# - npm run test
 - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test:acceptance; fi
-- npm run uploadcdn
+# - npm run uploadcdn
 env:
   global:
   - CXX=g++-4.8