Skip to content

Commit 52c2353

Browse files
committed
Merge pull request Clever#35 from Clever/dronev3
Update .drone.yml to v3
2 parents c99a19e + fa0d2f0 commit 52c2353

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.drone.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
image: python2.7
2-
script:
3-
- pip install -r test/requirements.txt
4-
- python setup.py develop && python setup.py test
52
notify:
63
email:
74
recipients:
8-
9-
hipchat:
10-
room: Clever-Dev-CI
11-
token: {{hipchatToken}}
12-
on_started: true
13-
on_success: true
5+
6+
slack:
147
on_failure: true
8+
on_started: false
9+
on_success: false
10+
webhook_url: $$slack_webhook
11+
script:
12+
- pip install -r test/requirements.txt
13+
- python setup.py develop && python setup.py test

0 commit comments

Comments
 (0)