Use nodejs 8.x on travis

Latest nodejs is faster and handles package-lock.json better
This commit is contained in:
Łukasz Mierzwa
2017-08-04 18:02:35 -07:00
parent 0d045a8d6f
commit 586cef4934

View File

@@ -13,7 +13,7 @@ env:
- NODE_ENV=test
before_script:
- nvm install 6
- nvm install 8
script:
- make test