From 4b156f48b0cdc753cd638fcd19736598a2e232c9 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Tue, 20 Feb 2018 11:27:48 +0200 Subject: [PATCH] Use released versions of cwltool, cwltest Add html5lib for schema.org annotations --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60b211ad..22342316 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,7 @@ branches: - /.*/ before_script: - - git clone https://github.com/common-workflow-language/cwltool.git cwltool && pip install ./cwltool - - git clone https://github.com/common-workflow-language/cwltest.git cwltest && pip install ./cwltest + - pip install cwltool cwltest html5lib script: - make RUNNER=cwltool unittest-examples