move travis to node 10 and latest npm

This commit is contained in:
Sam Detweiler 2019-12-09 16:24:16 -06:00
parent 9b6812ad0c
commit 1c3e196508

View File

@ -1,7 +1,11 @@
dist: trusty
language: node_js
node_js:
- "8"
- "10
before_install:
- npm i -g npm
before_script:
- yarn danger ci
- npm install grunt-cli -g