Skip to content

Commit

Permalink
Add Travis CI build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Dec 20, 2017
1 parent 7d56218 commit 263b3fa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
language: java
install: true

jdk:
- oraclejdk9

script:
- ./gradlew check -s

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 263b3fa

Please sign in to comment.