EBISPOT / DUO

Ontology for consent codes and data use requirements
Other
62 stars 15 forks source link

Update URLs for owltools #80

Closed jamesaoverton closed 4 years ago

jamesaoverton commented 4 years ago

Based on this change to ODK: https://github.com/INCATools/ontology-development-kit/commit/707c817db29ca3af01233589b42df723bba695bb

jamesaoverton commented 4 years ago

This makes Travis pass again, but unfortunately I don't think the Travis tests are actually doing anything. The last lines of the Travis log are:

$ cd src/ontology && make test
make: Nothing to be done for 'test'.
The command "cd src/ontology && make test" exited with 0.

The Nothing to be done for 'test'. means no tests were actually executed. That problem seems to have started with commit 08c2bc5b657b5e9062380868df7916f23e732ab9

mcourtot commented 4 years ago

Could it be because no changes were made on the tested files? eg only updated csv etc after this I believe.

jamesaoverton commented 4 years ago

Yes. Which is fine, if that's what you're expecting.