Skip to content

Commit

Permalink
Travis will love talking to Gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDerval committed Jun 28, 2015
1 parent 71c5d3a commit 86dd423
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ before_script:
- "sekexe/run 'mount -t tmpfs -o size=8g tmpfs /var/lib/docker && docker -d -H tcp://0.0.0.0:2375' &"
- "while ! docker info &> /dev/null ; do echo 'retrying to connect to docker...'; sleep 1; done"
script: nosetests .

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/ca35676eddd3efe5a17f
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

0 comments on commit 86dd423

Please sign in to comment.