Skip to content

Commit 4b156f4

Browse files
authored
Use released versions of cwltool, cwltest
Add html5lib for schema.org annotations
1 parent a479849 commit 4b156f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ branches:
1313
- /.*/
1414

1515
before_script:
16-
- git clone https://github.com/common-workflow-language/cwltool.git cwltool && pip install ./cwltool
17-
- git clone https://github.com/common-workflow-language/cwltest.git cwltest && pip install ./cwltest
16+
- pip install cwltool cwltest html5lib
1817

1918
script:
2019
- make RUNNER=cwltool unittest-examples

0 commit comments

Comments
 (0)