From 645e9dc9b3dbbad5d0e9494187a85d85114f49ef Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Wed, 7 Mar 2018 10:24:37 +0100 Subject: [PATCH] fix CI build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 357cb172..e5b0c2d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ jobs: script: npm run travis:$JOB_PART after_success: 'bash <(curl -s https://codecov.io/bash)' - stage: Webpack canary - before_script: npm i --no-save git://github.com/webpack/webpack.git#master + before_script: yarn add git://github.com/webpack/webpack.git#master script: npm run travis:$JOB_PART node_js: 8 env: WEBPACK_VERSION=canary JOB_PART=test @@ -36,7 +36,7 @@ before_install: before_script: - |- if [ "$WEBPACK_VERSION" ]; then - npm i --no-save webpack@$WEBPACK_VERSION + yarn add webpack@$WEBPACK_VERSION fi script: - 'npm run travis:$JOB_PART'