Skip to content

Commit

Permalink
Add TravisCI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Jan 7, 2020
1 parent 4d2863b commit 92e2f94
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .travis.yml
@@ -1 +1,17 @@
language: java
language: java
jdk:
- openjdk8
- openjdk11
install: {}
script:
- ./gradlew assemble check

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

0 comments on commit 92e2f94

Please sign in to comment.