-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.travis.yml
28 lines (28 loc) · 963 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: java
sudo: false
jdk:
- oraclejdk8
before_script: gradle clean
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/abfe24b913f95a8e20a2
on_success: change
on_failure: always
on_start: never
slack:
secure: OpHPVXixQOZovw4OFZAeH9UsX8pqxt7RrrfzvlRq0khkV9KNWlOGPXVRLO1PpNlx3lGaLbPntz/XNqJImHRloZRPB40pZgqsoptO7yNGE4QfRwA5oQGt3nrGWbBG5CWLH/C5YvF/kRTV/4Mp/FoMjLFLlFOf0I3TG+EAUN1quTQ=
before_deploy: gradle installZip upgradeZip
deploy:
provider: releases
api_key:
secure: arKEreSKqK8bbx13l5cduV9dn3ZQGdKs32B08V2rUUJWsJmoLc02VzJsQlSmdmUWBODNx/Vt6oi4pb0taea800caTY/4Vds2n4yAEov4a4sp4r4gOM3xkwzIIKISjzt0ShS4I8w5WlDt2qm2rahdOOCatgcVqGlpO/wuTmni/6k=
file:
- madcow-project/build/distributions/madcow-2.0-SNAPSHOT-install.zip
- madcow-project/build/distributions/madcow-2.0-SNAPSHOT-upgrade.zip
skip_cleanup: true
on:
tags: true
after_deploy: "echo deployment done"
after_success:
- gradle coveralls