Skip to content

Commit

Permalink
ODK 1.2.2 upgrade
Browse files Browse the repository at this point in the history
CLO had to be removed from CL imports, else it should be unaffected.
PR is currently not mirrored anymore, because it is too big. Same ncbitaxon.
  • Loading branch information
matentzn committed Feb 21, 2019
1 parent 73c34c2 commit bfc6ce6
Show file tree
Hide file tree
Showing 33 changed files with 2,487,061 additions and 190,989 deletions.
26 changes: 12 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
language: java
jdk:
- oraclejdk8
## REMEMBER TO SET UP YOUR GITHUB REPO FOR TRAVIS
## Go to: https://travis-ci.org/obophenotype for details
sudo: required

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 http://build.berkeleybop.org/job/robot/lastSuccessfulBuild/artifact/bin/robot -O bin/robot
- wget http://build.berkeleybop.org/job/robot/lastSuccessfulBuild/artifact/bin/robot.jar -O bin/robot.jar
- chmod +x bin/*
services:
- docker

before_install:
- docker pull obolibrary/odkfull

# command to run tests
script: cd src/ontology && make test
script: cd src/ontology && sh run.sh make test

#after_success:
# coveralls
Expand All @@ -23,7 +18,10 @@ script: cd src/ontology && make test
branches:
only:
- master
- test-travis

### Add your own lists here
### See https://github.com/INCATools/ontology-development-kit/issues/35
notifications:
email:
- [email protected]
Expand Down
Loading

0 comments on commit bfc6ce6

Please sign in to comment.