Explorar o código

Only run acceptance tests for faster iteration

Renée Kooi %!s(int64=6) %!d(string=hai) anos
pai
achega
180c58b1d0
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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