fix(travis): travis nodejs version

This commit is contained in:
thinkinggis 2019-11-04 13:41:09 +08:00
parent c87c163eb0
commit a7a5d6deb9
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
sudo: false
language: node_js
node_js:
- '8'
- '12'
branches:
only:
- next
script:
- yarn test
- yarn coveralls
- yarn coveralls