Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chienchi authored Jul 30, 2021
1 parent 808d13b commit 7e922c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ script:
- coverage run amplicov/amplicov --bed tests/input.bed --cov tests/coverage.txt --prefix output --outdir tests/output
- coverage run amplicov/amplicov --bed tests/input.bed --bam tests/input.bam --prefix output --outdir tests/output
- coverage run amplicov/amplicov --bedpe tests/input.bedpe --pp --bam tests/input.bam --prefix output --outdir tests/output
- coverage run amplicov/amplicov --gff tests/input.gff --bed tests/input.bed --bam tests/input.bam --prefix output --outdir tests/output

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 7e922c1

Please sign in to comment.