Revision b962e70995fd71881b2f8ca4a3646d617b0ffc3a authored by Matthias Broecheler on 17 April 2014, 18:24:02 UTC, committed by Matthias Broecheler on 17 April 2014, 18:24:02 UTC
1) rename the config option and place it under the attributes namesapce
2) refactor out some code duplication
3) fixed a minor bug in a test case
1 parent d26e109
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