jetty.project/.travis.yml

9 lines
107 B
YAML

branches:
only:
- /^release-.*$/
language: java
script: mvn install
jdk:
- openjdk7
- oraclejdk7