Skip to content

Commit

Permalink
Do not attempt to install npm
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jul 12, 2018
1 parent 21024fb commit 914742d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ before_install:
install:
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
- sudo apt-get install -y nodejs
- sudo apt-get install -y pigz npm
- sudo apt-get install -y pigz
- sudo npm config set strict-ssl false
- bash setup.sh
- cd website
Expand Down

0 comments on commit 914742d

Please sign in to comment.