Skip to content

Commit

Permalink
ci(travis): remove unnecessary upgrading npm (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Nov 7, 2018
1 parent af5527e commit f2883d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ cache:
directories:
- "$HOME/.npm"

before_install:
# `npm ci` is available since npm@5.7.0
- if ruby -e "exit(1) if Gem::Version.new(ARGV[0]) >= Gem::Version.new('5.7.0')" $(npm -v); then npm i -g npm@latest; fi

before_script:
- commitlint-travis
- npm run lint
Expand Down

0 comments on commit f2883d4

Please sign in to comment.