summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 1d59cd0c8369d9aa897425f489a9ee70c52b01ca (plain)
1
2
3
4
5
6
7
8
9
10
11
language: java

cache:
  directories:
  - $HOME/.m2

jdk:
  - oraclejdk7

# for running tests on Travis CI container infrastructure for faster builds
sudo: false