-
Notifications
You must be signed in to change notification settings - Fork 13
/
.travis.yml
36 lines (36 loc) · 977 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
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: MpSeWjUxKrPIpuoDhb6OUqL1fJXixEi8vOMXn8NCVKQqFo016Vr2fB8rhwVJwb0YSlmvGmLnNNYcuAmJ8GQ8acIxWSg4oG22M2Ob9URB7h7dgFGMyoObvoLNdSwDjw5h/Lxea+thnlpelSM35J/o/VZVhPC9HzwnJlSRwyIWZyw=
file: build/libs/*
file_glob: true
skip_cleanup: true
on:
tags: true
repo: MyEssentials/MyEssentials-Core
all_branches: true
- provider: script
script: gradle curse
on:
tags: true
repo: MyEssentials/MyEssentials-Core
all_branches: true
before_install:
- pip install --user codecov
after_success:
- codecov