Added .travis.yml file

Start testing the protege project with the Travis hosted continuous
integration service.
Esse commit está contido em:
Jennifer Vendetti
2014-04-15 16:59:33 -07:00
commit 981dacd048
+14
Ver Arquivo
@@ -0,0 +1,14 @@
language: java
jdk:
- oraclejdk7
- openjdk7
notifications:
email:
recipients:
- vendetti@stanford.edu
on_success: never
on_failure: always