Skip to content

Commit 025c333

Browse files
committed
travis - fix wget -nc vs -N issue
1 parent 66f957a commit 025c333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cache:
1616
install:
1717
- "cpanm --quiet --notest Moo JSON List::MoreUtils"
1818
- "mkdir -p $CACHEDIR"
19-
- "wget -N -nc -c -P $CACHEDIR http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${BLASTVER}/ncbi-blast-${BLASTVER}+-x64-linux.tar.gz"
19+
- "wget -N -c -P $CACHEDIR http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${BLASTVER}/ncbi-blast-${BLASTVER}+-x64-linux.tar.gz"
2020
- "tar zxvf $CACHEDIR/ncbi-blast-${BLASTVER}+-x64-linux.tar.gz"
2121
- "curl https://raw.githubusercontent.com/tseemann/any2fasta/master/any2fasta > bin/any2fasta"
2222
- "chmod +x bin/any2fasta"

0 commit comments

Comments
 (0)