Skip to content

Commit 0be348c

Browse files
committed
Push notifications to Slack
1 parent 7b06a3d commit 0be348c

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

.travis.yml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
language: python
22
python:
3-
- "2.7"
3+
- "2.7"
44

55
env:
6-
- PLATFORMIO_PROJECT_DIR=examples/arduino-blink
7-
- PLATFORMIO_PROJECT_DIR=examples/arduino-webserver
8-
- PLATFORMIO_PROJECT_DIR=examples/arduino-wifiscan
9-
- PLATFORMIO_PROJECT_DIR=examples/native-sdk
10-
- PLATFORMIO_PROJECT_DIR=examples/simba-blink
6+
- PLATFORMIO_PROJECT_DIR=examples/arduino-blink
7+
- PLATFORMIO_PROJECT_DIR=examples/arduino-webserver
8+
- PLATFORMIO_PROJECT_DIR=examples/arduino-wifiscan
9+
- PLATFORMIO_PROJECT_DIR=examples/native-sdk
10+
- PLATFORMIO_PROJECT_DIR=examples/simba-blink
1111

1212
install:
13-
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
14-
- platformio platform install file://.
13+
- pip install -U https://github.com/platformio/platformio/archive/develop.zip
14+
- platformio platform install file://.
1515

1616
script:
17-
- platformio run -d $PLATFORMIO_PROJECT_DIR
17+
- platformio run -d $PLATFORMIO_PROJECT_DIR
18+
19+
notifications:
20+
email: false
21+
22+
slack:
23+
rooms:
24+
secure: zKv2HzE18J8f+mHUeoNylXSvh6IBlfaaf2H96cicwGB3p53jOXBXO/99N7MVe6UnkJludmVeTGim4timqZdCOLglUPxIo8lSFSp5+4dO+WCpZB7z9P+vw4oy+qV+5Kp1EhDQnOybg/7DdYiJiCVz1psDZH+oYRqnW/+lU6s48svItrUpy6s36OeZJsYP9jjoWnSyzAemvO3kurC3Gib475tJfKIMVd5l9Lmj3yuALonDj6z6DXHyM8lExxRbaAe22CvHzuTXs3N0S/d34Gdi7+f/+NOcKrdBgNbzMnchtwLgnX8uqGAp+3D96JmTNFxdBc1uY82WdDY/ij2X/f6GFzIWgXRI7medHxvWqUFdRC1Z6bK1t36QsPgot2A3nT4oJnlJ/NqpwsjnSN60emDmkbDUf0p1JzErhHHQTVrasTWOX7yXVteXXIIP1HYR1A+5VMjO+6r20J9AM+QYm/b+9Rmy6t2uMdmimiRTy2fQxH/eExWSmJqrzdvgWHPc8gPxj9Ib8mryVegFlkajswv/rh2L8I5FZwNTot0+qwYFyst+hNm0PBVBmcyLhSW4v2/sVBwq38ir4NyXtnps46S7VNKh7b8kdO2o4f8oRkv+PWSnnK6N6tej20CAZeBjTh2puIl2HVL47/rCQA7DZMiJP+iGet6HG6pWKktilvfhSLs=
25+
on_failure: always
26+
on_success: change

0 commit comments

Comments
 (0)