diff --git a/.travis.yml b/.travis.yml index b8dec17..d221ad3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ dist: xenial language: node_js node_js: - "8" + - "10" + - "12" branches: except: @@ -24,7 +26,7 @@ deploy: - provider: script script: npx semantic-release skip_cleanup: true - node_js: 8 + node_js: 12 on: tags: false branch: master