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

jdk:
  - oraclejdk8

script:
  - mvn verify -B -e -V

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

notifications:
  email: false