Sha256: d1a2b923a890ecc401f001f1fb802b6a1a76aa3a2d7d5ec359dc50aeaaaa137f

Contents?: true

Size: 794 Bytes

Versions: 8

Compression:

Stored size: 794 Bytes

Contents

language: ruby

rvm:
  - 2.0.0
  - 2.1.7
  - 2.2.4
  - 2.3.0

addons:
  apt:
    packages:
    - libqtwebkit-dev
    - xvfb

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

branches:
  only:
    - 1.0.x   # stable
    #- master (temporarily disabled)

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"
  - gem install bundler && bundle

script: xvfb-run bundle exec rake spec

cache:
  directories:
    - vendor/bundle
    - ncbi-blast-2.2.30+

sudo: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sequenceserver-1.0.14 .travis.yml
sequenceserver-1.0.13 .travis.yml
sequenceserver-1.0.12 .travis.yml
sequenceserver-1.0.11 .travis.yml
sequenceserver-1.0.10 .travis.yml
sequenceserver-1.0.9 .travis.yml
sequenceserver-1.0.8 .travis.yml
sequenceserver-1.0.7 .travis.yml