-
Notifications
You must be signed in to change notification settings - Fork 0
/
shippable.yml
18 lines (13 loc) · 910 Bytes
/
shippable.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: java
jdk:
- oraclejdk7
env:
- secure: pyElBtE/QQP6vA2kW06sf5zYSU77MgFn72FWNZo2gTKJ4vud0upMu7AABcTIIMXBxjQnLNp06n5bs+Uiowe6L/f9dXAvc5XFhoJO815DBPBXodTJbqRDG8nMguoLHesFauiUTVTJteneVRH1QFRZ1wwvtBhpX+r4kNFt9Gr+GjW1OgG/LoV8fABeVx4heozb1jEHHkeLHtvW+dvgTU3SUjFBLHd9mpgVfhMKvR5nOon1xn8cOKgbvMJ90fwmHCadfVaL7FwMtIJE57YVaNOhjO1rUC1IIwLjkxcTBzLmhNId421uEwMVz97YXRsiQAH1EVrd5Lgzj8H6CT9GZlKa/A==
before_install:
- curl -L https://raw.github.com/liveSense/all/master/shippable-settings.xml -o /tmp/settings.xml
install:
- mvn deploy --settings /tmp/settings.xml
after_failure:
- curl -L http://mspanc.github.io/shippable-slack-notifier/notify.py -o /tmp/notify.py; python /tmp/notify.py --slack-url $SLACK_URL --message failure
after_success:
- curl -L http://mspanc.github.io/shippable-slack-notifier/notify.py -o /tmp/notify.py; python /tmp/notify.py --slack-url $SLACK_URL --message success