-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path.travis.yml
39 lines (39 loc) · 996 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
37
38
39
sudo: false
language: java
notifications:
email: false
irc:
channels:
- "irc.esper.net#MyTown"
template:
- "%{repository_name} (%{branch}): %{commit_message} - %{author}"
- "Result: %{result}"
- "Change view: %{compare_url}"
- "Build details: %{build_url}"
cache:
directories:
- $HOME/.gradle/caches/
deploy:
- provider: releases
api_key:
secure: Cxqwpgb4XDAsK2lhwrZH3Auo/tDTNaI06ab0jFWWX0Z3cv1Ha88cRoNyVesbiC4eWF8nwldwQf3ulxEUCc1kBvESkArNMIxTEuDqEUcY92dcaPQB01w7G9+vWS6n3ytWV0vqpknKS9Yw5vXOYB8WYMxq4rnPdI/ptCTL1V1rz3E=
file: build/libs/*
file_glob: true
skip_cleanup: true
on:
tags: true
repo: MyEssentials/MyTown2
all_branches: true
- provider: script
script: ./gradlew curse
on:
tags: true
repo: MyEssentials/MyTown2
all_branches: true
jdk:
- oraclejdk8
before_install:
- git submodule update --init --recursive
- pip install --user codecov
after_success:
- codecov