浏览代码

Merge pull request #1012 from transloadit/ci/no-web-install

ci: No need to web:install if we're not deploying
Renée Kooi 6 年之前
父节点
当前提交
ed6103ba53
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

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