diff --git a/.travis.yml b/.travis.yml index 1183db2..360ecf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ language: node_js + node_js: - "8" -before_script: + + before_script: - npm install -script: npm test \ No newline at end of file + +script: npm test + +notifications: + email: false \ No newline at end of file