Skip to content

Commit

Permalink
ci: remove unneeded npm 5.6 install
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and filipesilva committed Mar 26, 2018
1 parent 41782c6 commit ad910fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ matrix:

install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm@~5.6.0
- npm install
- choco install googlechrome

Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ matrix:
tags: true


before_install:
# Install npm 5.
- npm install -g npm@~5.6.0

install:
- npm install

Expand Down

0 comments on commit ad910fc

Please sign in to comment.