Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
reverting - owltools is needed
  • Loading branch information
mcourtot authored Jul 17, 2020
1 parent f3c2cb5 commit f1b6e32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jdk:
before_script:
- mkdir -p bin
- export PATH=$PATH:$PWD/bin
# - wget http://build.berkeleybop.org/userContent/owltools/owltools -O bin/owltools
# - wget http://build.berkeleybop.org/userContent/owltools/ontology-release-runner -O bin/ontology-release-runner
# - wget http://build.berkeleybop.org/userContent/owltools/owltools-runner-all.jar -O bin/owltools-runner-all.jar
# - wget http://build.berkeleybop.org/userContent/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 http://build.berkeleybop.org/userContent/owltools/owltools -O bin/owltools
- wget http://build.berkeleybop.org/userContent/owltools/ontology-release-runner -O bin/ontology-release-runner
- wget http://build.berkeleybop.org/userContent/owltools/owltools-runner-all.jar -O bin/owltools-runner-all.jar
- wget http://build.berkeleybop.org/userContent/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
- 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
Expand Down

0 comments on commit f1b6e32

Please sign in to comment.