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

install: "mvn clean install -DskipTests=true -B -V -Pci-build"

script: "mvn clean install -B -V -Pci-build"

cache:
    directories:
    - $HOME/.m2

branches:
    except:
        - gh-pages