Enable travis for all branches

This commit is contained in:
Julien Duponchelle 2015-01-14 10:39:46 +01:00
parent f1a9cc9f01
commit efad58a2af

View File

@ -15,15 +15,15 @@ install:
script:
- tox -e $TOX_ENV
branches:
only:
- master
#branches:
# only:
# - master
notifications:
email: false
irc:
channels:
- "chat.freenode.net#gns3"
on_success: change
on_failure: always
# irc:
# channels:
# - "chat.freenode.net#gns3"
# on_success: change
# on_failure: always