Skip to content

Commit

Permalink
Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagenleitner committed Oct 26, 2016
1 parent cb3a6e8 commit a3fb7e1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
@@ -0,0 +1,22 @@
language: groovy
sudo: false

matrix:
include:
- jdk: oraclejdk7
- jdk: oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer

install: true

script: ./gradlew -S test

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

0 comments on commit a3fb7e1

Please sign in to comment.