Browse Source

disable email notifications

master
Coin de Gamma 6 years ago
parent
commit
243d96a87f
  1. 6
      .travis.yml

6
.travis.yml

@ -1,6 +1,12 @@
language: node_js language: node_js
node_js: node_js:
- "8" - "8"
before_script: before_script:
- npm install - npm install
script: npm test script: npm test
notifications:
email: false
Loading…
Cancel
Save