antlr/.travis.yml

9 lines
99 B
YAML

sudo: false
language: java
script:
- mvn install
jdk:
- openjdk6
- oraclejdk7
- oraclejdk8