Skip to content

Commit

Permalink
install latest chrome on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Apr 23, 2018
1 parent 2ae47dc commit 33c1b0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ node_js:
install:
- npm prune
- npm install
- npm update
script:
- npm run lint
- npm run build
Expand Down
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ environment:
matrix:
- nodejs_version: '8'
install:
- choco install -y googlechrome --ignore-checksums
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm install --global npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix:
fast_finish: true
# Disable automatic builds
build: off
# Do not build on gh tags
skip_tags: true
shallow_clone: true
test_script:
- node --version
Expand All @@ -18,3 +22,4 @@ test_script:
- npm run build
cache:
- '%APPDATA%\npm-cache'
- node_modules -> package.json

0 comments on commit 33c1b0e

Please sign in to comment.