don't repeat travis calling npm install but do use https for https urls

This commit is contained in:
Caleb James DeLisle
2016-04-20 20:20:29 +02:00
parent 2d7309b04f
commit eadca92e98
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ node_js:
before_script:
- npm run-script lint
- cp config.js.dist config.js
- npm install
- npm install bower
- ./node_modules/bower/bin/bower install
- node ./server.js &