-
Notifications
You must be signed in to change notification settings - Fork 15
/
.travis.yml
34 lines (29 loc) · 1.14 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## REMEMBER TO SET UP YOUR GITHUB REPO FOR TRAVIS
## Go to: https://travis-ci.org/EBISPOT for details
language: java
jdk:
- openjdk8
before_script:
- mkdir -p bin
- export PATH=$PATH:$PWD/bin
- export OWLTOOLS=2020-04-06
- wget https://github.com/owlcollab/owltools/releases/download/${OWLTOOLS}/owltools -O bin/owltools
- wget https://github.com/owlcollab/owltools/releases/download/${OWLTOOLS}/ontology-release-runner -O bin/ontology-release-runner
- wget https://github.com/owlcollab/owltools/releases/download/${OWLTOOLS}/owltools-oort-all.jar -O bin/owltools-oort-all.jar
- wget https://raw.githubusercontent.com/ontodev/robot/master/bin/robot -O bin/robot
- wget https://github.com/ontodev/robot/releases/download/v1.2.0/robot.jar -O bin/robot.jar
- wget --no-check-certificate https://raw.githubusercontent.com/cmungall/pattern2owl/master/apply-pattern.py -O bin/apply-pattern.py
- chmod +x bin/*
# command to run tests
script: cd src/ontology && make test
#after_success:
# coveralls
# whitelist
branches:
only:
- master
- test-travis
### UNCOMMENT THIS AND ADD YOUR DETAILS:
#notifications:
# email: