Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
gp0 committed Mar 26, 2015
1 parent 32af220 commit 7dfc6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 hhttp://ftp.de.debian.org/debian/pool/main/m/mafft/mafft_7.205-1_i386.deb
- 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

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 7dfc6ce

Please sign in to comment.