Slack support for Travis

This commit is contained in:
Julien Duponchelle 2015-09-04 09:05:44 +02:00
parent 5388d43695
commit 3cf609303d

View File

@ -1,30 +1,16 @@
language: python language: python
python: python:
- "3.4" - '3.4'
sudo: false sudo: false
cache: pip cache: pip
install: install:
- python setup.py install - python setup.py install
- pip install -rdev-requirements.txt - pip install -rdev-requirements.txt
- pip install coveralls - pip install coveralls
script: script:
- py.test -v -s tests --cov gns3server --cov-report term-missing - py.test -v -s tests --cov gns3server --cov-report term-missing
#branches:
# only:
# - master
notifications: notifications:
email: slack:
- julien@gns3.net secure: gsbGgtNbJ0ElyPawA9DNunVgVD4SHmB/vDeQBMnmnw3g8Z01iNiiFLaaiUo/Vr65Yd0KMujw7ocC5aiSsgPWF3dEC57ntogWcMF2tf9YlbHdY+90HlIs7k7/xf3vRdrE+rNy24svvU7zaxYCL9gO70PQqIT6nI2Dgy4qQFiwr2s=
# irc:
# channels:
# - "chat.freenode.net#gns3"
# on_success: change
# on_failure: always
after_success: after_success:
- coveralls - coveralls