Explorar o código

ci: Remove duplicate build step

This is also already being done using the `prepublish` hook called by `npm install`.
Renée Kooi %!s(int64=7) %!d(string=hai) anos
pai
achega
b71996a0d9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -19,7 +19,6 @@ cache:
   - website/node_modules
 script:
 - npm run web:install
-- npm run build
 - npm run test
 - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test:acceptance; fi
 env: