Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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