-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml.bak
More file actions
43 lines (36 loc) · 758 Bytes
/
Copy path.travis.yml.bak
File metadata and controls
43 lines (36 loc) · 758 Bytes
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
40
41
42
43
language: java
matrix:
include:
- os: linux
jdk: openjdk8
- os: linux
jdk: openjdk11
- os: linux
jdk: openjdk15
- os: osx
jdk: openjdk11
- os: osx
jdk: openjdk15
branches:
only:
- master
- release
# Home directory in Travis CI server.
cache:
directories:
- "$HOME/.m2/repository" # Maven
- "$HOME/.gradle" # Gradle
before_install:
- "chmod +x ./mvnw"
install:
- "./mvnw clean install -B -Dgpg.skip"
after_success:
# Codecov
# https://github.com/codecov/example-java
# https://github.com/codecov/example-java-maven
- "bash <(curl -s https://codecov.io/bash)"
# Notification when Travis CI is done.
notifications:
email:
recipients:
- hackeres123@gmail.com