Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Update Travis-CI config with caching and force container based build
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Feb 13, 2016
1 parent 1dd4451 commit 8daf51e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -3,3 +3,13 @@ language: java
jdk:
- oraclejdk7
- openjdk7

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

# https://github.com/travis-ci/travis-ci/issues/5227
sudo: false

0 comments on commit 8daf51e

Please sign in to comment.