1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-02-20 03:52:00 +00:00

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: script:
- tox -e $TOX_ENV - tox -e $TOX_ENV
branches: #branches:
only: # only:
- master # - master
notifications: notifications:
email: false email: false
irc: # irc:
channels: # channels:
- "chat.freenode.net#gns3" # - "chat.freenode.net#gns3"
on_success: change # on_success: change
on_failure: always # on_failure: always