diff options
author | Sean Allred <code@seanallred.com> | 2015-01-07 20:04:21 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-07 20:04:21 -0500 |
commit | 461a0b63529f0185f1bbe86cb07e7f6cd88d2ef7 (patch) | |
tree | 80b20de62a65b4c56415f93815bee23ffb2dd108 /.travis.yml | |
parent | 67581dc6879bdbf7b6da9210b092fa7a18d39e4d (diff) | |
parent | ab8ac65a7e22874cc4a56863e5aa9442c12cd0ae (diff) |
Merge branch 'master' into improve-comments
Conflicts:
test/test-printing.el
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d00ab46..067fa62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: notifications: webhooks: urls: - - https://webhooks.gitter.im/e/07063bd143e35f54b1e8 + - https://webhooks.gitter.im/e/77b562dfc62ea5cd545a on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false |