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

Commit

Permalink
enable travis cache, use docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fommil committed Jan 23, 2015
1 parent 4c7d559 commit 04b4028
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,12 @@ language: java
jdk:
- openjdk6

sudo: false

cache:
directories:
- $HOME/.m2

env:
global:
# travis encrypt -r fommil/matrix-toolkits-java SONATYPE_USERNAME=<USERNAME>
Expand Down

0 comments on commit 04b4028

Please sign in to comment.