@@ -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