Revision 8fdcdabb5ea97e765b2b3ab6b3dd0a15ca5ae3ad authored by Marko A. Rodriguez on 14 May 2013, 15:32:45 UTC, committed by Marko A. Rodriguez on 14 May 2013, 15:32:45 UTC
1 parent acc85ca
Raw File
.travis.yml
language: java
notifications:
  email:
    - matthias@thinkaurelius.com
    - marko@thinkaurelius.com
    - dalaro@hopcount.org
jdk:
  - oraclejdk7
  - openjdk7
  - openjdk6

branches:
  only:
    - master
back to top