Skip to content

Commit

Permalink
apparently only this works. dependency hell.
Browse files Browse the repository at this point in the history
  • Loading branch information
gp0 committed Mar 26, 2015
1 parent 7dfc6ce commit f2cb382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ julia:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-biopython
- wget http://ftp.de.debian.org/debian/pool/main/m/mafft/mafft_7.205-1_i386.deb
- sudo dpkg -i mafft_7.205-1_i386.deb

- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
- sudo apt-get update -qq
- sudo apt-get install -qq mafft
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("BiomolecularStructures"); Pkg.test("BiomolecularStructures"; coverage=true)'
Expand Down

0 comments on commit f2cb382

Please sign in to comment.