update npm in travis (#307)

* update npm in travis

* check npm version
This commit is contained in:
Nolan Lawson 2018-05-17 18:19:56 -07:00 committed by GitHub
parent 6cf9623abc
commit 93677af5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ addons:
services:
- redis-server
before_install:
- npm install -g npm@5
- rvm install 2.5.0
- rvm use 2.5.0
- sudo -E add-apt-repository -y ppa:mc3man/trusty-media
@ -46,6 +47,7 @@ before_install:
- sudo -E apt-get install -y ffmpeg
- ruby --version
- node --version
- npm --version
- postgres --version
- redis-server --version
- ffmpeg -version