aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 6d93031457bb830514206b481590c6fc0b98c0ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: java

jdk:
  - oraclejdk8

script: mvn clean install -e -B

install: true

sudo: false

cache:
  directories:
    - '$HOME/.m2/repository'

notifications:
  email: false