And `web:deploy` already runs install.
@@ -21,7 +21,6 @@ before_install:
services:
- docker
script:
-- npm run web:install
- npm run build
- npm run test
- '{ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test:acceptance; fi } || true'