Skip to content

Commit

Permalink
chore: sync installed bolt versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 18, 2019
1 parent 02ddd84 commit 1fd4c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ cache:
branches:
only:
- master
- v6

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- set PATH=%APPDATA%\npm;%PATH%
- npm i -g bolt@0.21.2
- if not exist "node_modules" mkdir node_modules
- ps: Remove-Item node_modules -Recurse -Force
- npm i -g bolt@0.22.6
- bolt
- yarn build
- ps: |
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ branches:
- master
- /^v\d+\.\d+\.\d+/
install:
- npm i -g bolt@0.22.5
- if [[ "$TRAVIS_OS_NAME" = "osx" ]]; then npm install -g bolt@0.22.6; fi
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 @@ -5,7 +5,7 @@ set -e
NODE_INSTALLER="$1"

npm i -g yarn
npm i -g bolt@0.22.5
npm i -g bolt@0.22.6

cd /code

Expand Down

0 comments on commit 1fd4c7a

Please sign in to comment.