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 21:49:22 -07:00
parent 0d045a8d6f
commit 586cef4934
+1 -1
View File
@@ -13,7 +13,7 @@ env:
- NODE_ENV=test
before_script:
- nvm install 6
- nvm install 8
script:
- make test