diff --git a/.travis.yml b/.travis.yml index 7fa2ea8..a01f4a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ script: - npm run coverage - cat coverage/lcov.info | lcov-server --upload https://lcov-server.gabrielcsapo.com node_js: - - "6" - - "8" + - "10" + - "12" os: - linux sudo: false