Remove npm 5 installation from travis

This commit is contained in:
Gregory Schier 2017-11-10 11:47:27 +01:00
parent 75d45639b5
commit 99a7d6fe60

View File

@ -32,7 +32,6 @@ cache:
- $HOME/.cache - $HOME/.cache
install: install:
- npm install -g npm@5 > Nul
- npm install > /dev/null - npm install > /dev/null
- node --version - node --version
- npm --version - npm --version