Sha256: 16e0d185b9e5196291b1125aca5ded975610789768584f973594decf576c1ffd

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

language: ruby
sudo: false
cache:
  bundler: true
  directories:
    - "travis_phantomjs"

before_install:
  - "phantomjs --version"
  - "export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH"
  - "phantomjs --version"
  - "if [ $(phantomjs --version) != '2.1.1' ]; then rm -rf $PWD/travis_phantomjs; mkdir -p $PWD/travis_phantomjs; fi"
  - "if [ $(phantomjs --version) != '2.1.1' ]; then wget https://assets.membergetmember.co/software/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2; fi"
  - "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi"
  - "phantomjs --version"
rvm:
  - 2.2
env:
  global:
    - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
  matrix:
    - "RAILS_VERSION=4.1.10"
    - "RAILS_VERSION=4.2.1"

matrix:
  include:
    - rvm: 2.1
      env: "RAILS_VERSION=4.2.1"
    - rvm: 2.0
      env: "RAILS_VERSION=4.2.1"

notifications:
  irc: "irc.freenode.org#projecthydra"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
browse-everything-0.10.5 .travis.yml
browse-everything-0.10.4 .travis.yml
browse-everything-0.10.3 .travis.yml
browse-everything-0.10.2 .travis.yml