forked from web-push-libs/webpush-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
19 lines (19 loc) · 408 Bytes
/
.travis.yml
File metadata and controls
19 lines (19 loc) · 408 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: java
sudo: required
jdk:
- openjdk8
- openjdk11
- oraclejdk8
- oraclejdk11
env:
- JAVA_OPTS=-Dfile.encoding=cp1252
- JAVA_OPTS=-Dfile.encoding=UTF-8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
script:
- ./gradlew clean check
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/