소스 검색

ci: No need to web:install if we're not deploying

And `web:deploy` already runs install.
Renée Kooi 6 년 전
부모
커밋
6b0ed53530
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

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