diff --git a/.travis.yml b/.travis.yml index 73617ea..843ecbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ script: npm run lint && npm run test:coveralls git: depth: 5 node_js: - - "8" - "10" + - "12" cache: directories: - node_modules