Revision ae046e699a954de8c098cffd3e842f7d97d1169d authored by robfrank on 08 July 2016, 16:10:15 UTC, committed by robfrank on 08 July 2016, 16:10:15 UTC
1 parent f528266
Raw File
.travis.yml
sudo: false
language: java
cache:
  directories:
  - $HOME/.m2
install: mvn clean install -Dmaven.test.failure.ignore=true
branches:
  only:
  - develop
jdk:
  - oraclejdk8
back to top