diff --git a/.travis.yml b/.travis.yml index d012f71..1468437 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,14 @@ cache: npm notifications: email: false node_js: - - 10.0.0 + - 10 - 12 - node install: - npm install script: - npm run lint - - npx run test + - npm run test branches: only: - master