Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
enabling travis cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Jul 22, 2015
1 parent 3c3bc1f commit 494a59c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: java
# Enable container-based infrastructure
# see http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false

# manage the caches here https://travis-ci.org/hawkular/hawkular/caches
cache:
directories:
- $HOME/.m2/repository
jdk:
- oraclejdk8
install:
Expand Down

0 comments on commit 494a59c

Please sign in to comment.