Revision 960df9ab0b6d0185f2a45cfe12a976e1903ff9f8 authored by Matthias Broecheler on 18 April 2014, 19:11:44 UTC, committed by Matthias Broecheler on 18 April 2014, 19:11:44 UTC
1 parent 55de01a
Raw File
.travis.yml
language: java
notifications:
  email:
    - matthias@thinkaurelius.com
    - marko@thinkaurelius.com
    - dalaro@hopcount.org
jdk:
  - oraclejdk7
  - openjdk7

branches:
  only:
    - master
back to top