This is an automated email from the ASF dual-hosted git repository. dmeikle pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tika-docker.git
commit aad614956d5b1fa032122209b45a8949abb5c944 Author: David Meikle <[email protected]> AuthorDate: Thu Jan 9 03:23:36 2020 +0000 Updated CI config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 913a0bc..c257e1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ env: - VERSION=1.23 - VERSION=1.22 script: - - docker-tool.sh build $VERSION - - docker-tool.sh test $VERSION + - ./docker-tool.sh build $VERSION + - ./docker-tool.sh test $VERSION
