diff --git a/.travis.yml b/.travis.yml index 14de794..65368d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,4 @@ language: node_js node_js: - - "4.4.7" -notifications: - email: - - dustin@dustindiaz.com - -script: NODE_ENV=test ./node_modules/.bin/mocha --reporter spec + - "8.4.0" +script: npm test