Skip to content

Commit

Permalink
Fix broken Travis build to allow existing directory, as part of #442.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Oct 9, 2018
1 parent a814b37 commit 94a0667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- "3.6"
before_install:
- sudo apt-get install -y zlib1g-dev libncurses5-dev libncursesw5-dev mummer samtools
- mkdir ~/bin
- mkdir -p ~/bin
- export PATH=$PATH:~/bin
- cd ~/bin
- wget -q http://sun.aei.polsl.pl/kmc/download-2.1.1/linux/kmc
Expand Down

0 comments on commit 94a0667

Please sign in to comment.