Skip to content

Commit

Permalink
travis: turn off email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoon committed Nov 20, 2015
1 parent f53c37d commit 55b336b
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 55b336b

Please sign in to comment.