Arquivos
protege/.travis.yml
Jennifer Vendetti 981dacd048 Added .travis.yml file
Start testing the protege project with the Travis hosted continuous
integration service.
2014-04-15 16:59:33 -07:00

15 linhas
167 B
YAML

language: java
jdk:
- oraclejdk7
- openjdk7
notifications:
email:
recipients:
- vendetti@stanford.edu
on_success: never
on_failure: always