diff --git a/.travis.yml b/.travis.yml index e5abe46..1263af9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: node_js sudo: false -node_js: [ 6, 7, 8 ] +node_js: +- [6,7,8] +- 10 after_success: 'yarn run coveralls' cache: yarn: true