mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-30 13:03:46 +02:00
Slack support for Travis
This commit is contained in:
parent
5388d43695
commit
3cf609303d
30
.travis.yml
30
.travis.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user