diff options
author | Rob Loach <robloach@gmail.com> | 2014-09-26 19:32:48 -0700 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-09-26 19:32:48 -0700 |
commit | ca313a9ffe250f0b6ad15614adef3824d10fdbef (patch) | |
tree | 16d01d7199039e2807f265a30e8bd81a72db4492 | |
parent | 24da457f03cb073b025a3ddf76dc4ddcfe820fc8 (diff) | |
download | jquery-once-ca313a9ffe250f0b6ad15614adef3824d10fdbef.zip jquery-once-ca313a9ffe250f0b6ad15614adef3824d10fdbef.tar.gz jquery-once-ca313a9ffe250f0b6ad15614adef3824d10fdbef.tar.bz2 |
Update Travis to not send emails
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d63b2ee..f77f45f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ node_js: install: - npm install grunt-cli -g - npm install +notifications: + - email: false |