981dacd048
Start testing the protege project with the Travis hosted continuous integration service.
15 linhas
167 B
YAML
15 linhas
167 B
YAML
language: java
|
|
|
|
jdk:
|
|
- oraclejdk7
|
|
- openjdk7
|
|
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- vendetti@stanford.edu
|
|
on_success: never
|
|
on_failure: always
|
|
|
|
|