Bläddra i källkod

Only run acceptance tests for faster iteration

Renée Kooi 6 år sedan
förälder
incheckning
180c58b1d0
1 ändrade filer med 4 tillägg och 4 borttagningar
  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