Sha256: b4f6d3f5239c5ecd97b9afa0a168b2bd6158fa447841065bd75a9d3fd116cae1

Contents?: true

Size: 616 Bytes

Versions: 6

Compression:

Stored size: 616 Bytes

Contents

language: ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.5
  - 2.2.0

addons:
  code_climate:
    repo_token:
      secure: "cT2wvWS2Uk2trYGwZ38Qo9XWCeL+OOXH0lVmLfNb1Xy/tWAXycDdZsc9CN8igjhD+/cKvvh529/qdDm2PJnb1Hux1bxHSTuMuE2xQWlfJqaOR/IX0z96MbP1eITKjhGv9vccmIPdV3Rh/OQLeHkyqyHvXio9NXiARMJUZDTpRuA="

before_install:
  - wget -c "ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.30/ncbi-blast-2.2.30+-x64-linux.tar.gz" && tar xvf ncbi-blast-2.2.30+-x64-linux.tar.gz && export PATH="./ncbi-blast-2.2.30+/bin:$PATH"
  - sudo apt-get install libqtwebkit-dev xvfb
  - gem install bundler

script: xvfb-run bundle exec rake

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sequenceserver-1.0.5 .travis.yml
sequenceserver-1.0.4 .travis.yml
sequenceserver-1.0.3 .travis.yml
sequenceserver-1.0.2 .travis.yml
sequenceserver-1.0.1 .travis.yml
sequenceserver-1.0.0 .travis.yml