diff --git a/.travis.yml b/.travis.yml index bb17c48..91e55ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: node_js node_js: - "8" - "10" - - "11" + - "12" + - "13" cache: npm script: 'npm run test-ci' after_script: 'bash <(curl -s https://codecov.io/bash)'