Skip to content

Commit

Permalink
install new beta tagged bolt on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Apr 11, 2018
1 parent 6c6c798 commit 2f614dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ci/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NODE_INSTALLER="$1"

npm i -g yarn
npm i -g bolt
npm i -g bolt@0.20.1

cd /code

Expand Down

0 comments on commit 2f614dc

Please sign in to comment.