fix(travis): travis nodejs version

This commit is contained in:
thinkinggis 2019-11-04 13:41:09 +08:00
parent 4008efeb24
commit 591f19dad8
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