Upgrade npm globally (Travis)

This commit is contained in:
Carlos Ferreira 2018-07-25 01:23:51 +02:00 committed by GitHub
parent 2c32e33e2f
commit ca5bb433ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ before_install:
- $HOME/chromedriver --url-base=/wd/hub &
- sudo curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
- sudo apt-get install -y nodejs
- npm install -g npm@latest
install:
# Run Composer update