forked from platformio/platformio-core
Notify to slack about builds
This commit is contained in:
18
.travis.yml
18
.travis.yml
@ -1,15 +1,19 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
"2.7"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TOX_ENV=docs
|
TOX_ENV=docs
|
||||||
- TOX_ENV=lint
|
TOX_ENV=lint
|
||||||
- TOX_ENV=py26
|
TOX_ENV=py26
|
||||||
- TOX_ENV=py27
|
TOX_ENV=py27
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U pip setuptools tox
|
pip install -U pip setuptools tox
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -e $TOX_ENV
|
tox -e $TOX_ENV
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
slack:
|
||||||
|
secure: uEU56hHACLxq6iRRZ0JeAl/MPADqQWMZZAsZB9IOnXaRUd0Pa6lT2CicJXhVlsEEbNRqR2u5LbcQ4R0nvAKPjYgglDlDet4RfhP+YIqLX2v2dv3B5q8cITsKMUUediv4fybdO/nmvQSImq5nqRQQsXKAwTAJZooIwS3F5Dsg+eE=
|
||||||
|
Reference in New Issue
Block a user