Skip to content

Commit

Permalink
fixing travis settings to repair builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lcerrato committed Nov 30, 2021
1 parent e2a6434 commit 9c76ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python:
install:
- pip3 install HookTest

script: hooktest ./ --scheme epidoc --workers 3 --verbose 10 --manifest --console --countword --allowfailure --hookUI "https://ci.perseids.org/api/hook/v2.0/user/repositories/PerseusDL/canonical-latinLit"
script: travis_wait 60 hooktest ./ --scheme epidoc --workers 3 --verbose 10 --manifest --console --countword --allowfailure --hookUI "http://ci.perseids.org/api/hook/v2.0/user/repositories/PerseusDL/canonical-latinLit"

before_deploy:
- hooktest-build --travis --txt ./
Expand Down

0 comments on commit 9c76ef8

Please sign in to comment.