Skip to content

Commit

Permalink
Merge pull request #25 from VSCodeVim/turn-off-travis-emails
Browse files Browse the repository at this point in the history
travis: turn off email notifications
  • Loading branch information
jpoon committed Nov 20, 2015
2 parents f53c37d + 55b336b commit 28d68cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
notifications:
email: false

language: node_js

node_js:
- "0.12"

install:
- npm install
before_script:
- npm install -g gulp
- gulp init
script:
- gulp
- gulp

0 comments on commit 28d68cb

Please sign in to comment.