Browse Source

disable email notifications

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

10
.travis.yml

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