Sha256: 90881ad71f01ab86acb2338c8d3a3bddcb39faf542b5f089710de363762ca523

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

language: ruby
sudo: false

cache:
  bundler: true
  directories:
    - "travis_phantomjs"

before_install:
  - gem install bundler
  - "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.3.1
env:
  global:
    - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
  matrix:
    - "RAILS_VERSION=4.2.7.1"
    - "RAILS_VERSION=5.0.1"
notifications:
  irc:
    channels:
      - "irc.freenode.org#scholarsphere"
    template:
      - "%{repository}//%{branch}@%{commit} by %{author}: %{message} - %{build_url}"
services:
  - redis-server
before_script:
  - jdk_switcher use oraclejdk8

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sufia-7.4.1 .travis.yml
sufia-7.4.0 .travis.yml
sufia-7.3.1 .travis.yml
sufia-7.3.0 .travis.yml
sufia-7.3.0.rc3 .travis.yml
sufia-7.3.0.rc2 .travis.yml