Skip to content

Commit

Permalink
enable Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
int08h committed Oct 14, 2017
1 parent b4e4eaa commit f8e6d90
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: java

jdk:
- oraclejdk8
- oraclejdk9

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 f8e6d90

Please sign in to comment.