Skip to content

Commit bd88f3a

Browse files
committed
Ensure libs are available to perl check
1 parent c2b7bdd commit bd88f3a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ before_script:
3939

4040
script:
4141
- ./setup.sh ~/wtsi-opt
42-
- ~/wtsi-opt/bin/samtools view # dump usage to show intact
43-
- ~/wtsi-opt/bin/diff_bams -h
44-
- ~/wtsi-opt/bin/reheadSQ -h
45-
- ~/wtsi-opt/bin/bam_stats -h
46-
- ~/wtsi-opt/bin/bwa_mem.pl -h
42+
- $HOME/wtsi-opt/bin/samtools view # dump usage to show intact
43+
- $HOME/wtsi-opt/bin/diff_bams -h
44+
- $HOME/wtsi-opt/bin/reheadSQ -h
45+
- $HOME/wtsi-opt/bin/bam_stats -h
46+
- perl -I $HOME/wtsi-opt/lib/perl5 ~/wtsi-opt/bin/bwa_mem.pl -h

0 commit comments

Comments
 (0)