forked from CIRDLES/Topsoil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
36 lines (28 loc) · 823 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
29
30
31
32
33
34
35
36
language: java
sudo: false
cache:
directories:
- "$HOME/.m2/repository"
- "$HOME/.gradle/caches/"
jdk: oraclejdk8
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g buster
script: ./gradlew check busterTest
notifications:
webhooks:
urls: https://webhooks.gitter.im/e/7545741f25d3397d0a1e
on_success: change
after_success: ./gradlew jacocoTestReport coveralls
before_deploy: ./gradlew jarWithDependencies
deploy:
provider: releases
api_key:
secure: emz/zr7vXQ21U0zE/RIa/hmIbbHsfw45ZD1L3Gv0qHvSgZCay4iPjm9bZkktUihhXLVneu/3OYktMuLKBwBU9N/jARvTL3514R8rUign1m1FqAhn1PsL9pRSnh9IeLMAw5zGptld0YERqCff6AC5PNwGIvRDJubReS5rE42BeII=
file_glob: true
file: app/build/libs/topsoil-v*.jar
skip_cleanup: true
on:
repo: CIRDLES/Topsoil
tags: true