diff --git a/.travis.yml b/.travis.yml index 94e72f1..3e875c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ sudo: false language: node_js node_js: - 6 + - 8 + - 10 before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi script: npm run lint && npm test notifications: