Skip to content

Commit

Permalink
trying to fix build. again.
Browse files Browse the repository at this point in the history
  • Loading branch information
gp0 committed Mar 26, 2015
1 parent 80ec377 commit a774d17
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ language: julia
julia:
- release
before_install:
- sudo add-apt-repository -y "deb > http://archive.ubuntu.com/ubuntu/ vivid main universe"
- sudo apt-get update -qq
- sudo apt-get install -qq python-biopython
- wget -P ~ http://mafft.cbrc.jp/alignment/software/mafft-7.215-with-extensions-src.tgz
- tar -zxvf ~/mafft-7.215-with-extensions-src.tgz -C ~
- mkdir ~/mafft
- ruby -pi -e "gsub(/^PREFIX = \/usr\/local/, 'PREFIX = ~/mafft/')" ~/mafft-7.215-with-extensions/core/Makefile
- (cd ~/mafft-7.215-with-extensions/core/ && make clean && make && make install)
- export PATH=$PATH:~/mafft/bin
- 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 a774d17

Please sign in to comment.