Skip to content

Commit

Permalink
Travis: Don't attempt to upgrade npm in before_install script
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jun 13, 2017
1 parent 0090ee9 commit a843121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: "sudo apt-get update && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick libjpeg-turbo-progs inkscape libcairo2-dev libgif-dev libjpeg8-dev && npm install -g npm && npm cache clean"
before_install: "sudo apt-get update && sudo apt-get install -y optipng pngcrush pngquant graphicsmagick libjpeg-turbo-progs inkscape libcairo2-dev libgif-dev libjpeg8-dev"
script: "npm run-script travis"

0 comments on commit a843121

Please sign in to comment.