fix travis.yml

This commit is contained in:
Pavol Rusnak 2016-10-06 19:15:19 +02:00
parent 29f4913d30
commit 9613b0048f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@ script:
- make test
notifications:
webhooks: http://sway.gk2.sk:5000/travis
webhooks:
urls:
- http://sway.gk2.sk:5000/travis
on_success: always
on_failure: always
on_start: always