installing latest npm

This commit is contained in:
Yotam Mann 2018-05-18 13:42:21 -04:00
parent 13192d1ae7
commit 7a2406c58c

View file

@ -4,6 +4,7 @@ language: node_js
node_js:
- '9'
install:
- npm i -g npm@latest
- npm ci
before_script:
- git config --global user.email "travis@travis-ci.org"