From 2f614dc9181c406a7d142c32bd2f01e23a989537 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Wed, 11 Apr 2018 13:48:38 +1000 Subject: [PATCH] install new beta tagged bolt on CI --- .appveyor.yml | 2 +- .travis.yml | 2 +- ci/docker.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 325632ef4c..866c762d11 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,7 +15,7 @@ branches: install: - ps: Install-Product node $env:nodejs_version $env:platform - set PATH=%APPDATA%\npm;%PATH% -- npm i -g bolt +- npm i -g bolt@0.20.1 - ps: Remove-Item -Recurse -Force node_modules - bolt - bolt build diff --git a/.travis.yml b/.travis.yml index 16de0b4922..420eccb5a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ branches: - v6 - /^v\d+\.\d+\.\d+/ install: -- npm i -g bolt +- npm i -g bolt@0.20.1 script: ci/script.sh after_success: ci/coverage.sh notifications: diff --git a/ci/docker.sh b/ci/docker.sh index 99fbf50950..0612097fbb 100755 --- a/ci/docker.sh +++ b/ci/docker.sh @@ -3,7 +3,7 @@ NODE_INSTALLER="$1" npm i -g yarn -npm i -g bolt +npm i -g bolt@0.20.1 cd /code