Skip to content

Commit e35459a

Browse files
authored
Merge pull request #93 from common-workflow-language/use_released_deps
Use released versions of cwltool, cwltest
2 parents a479849 + 4b156f4 commit e35459a

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)