Sha256: c7a70fcf03865c1a9189129ab9599835a491fea7cf902e9b46066d834a1d90df
Contents?: true
Size: 983 Bytes
Versions: 6
Compression:
Stored size: 983 Bytes
Contents
language: ruby sudo: false dist: trusty cache: bundler: true directories: - "travis_phantomjs" before_install: - gem update --system - gem install bundler - "phantomjs --version" - "export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH" - "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.4.0 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true matrix: - "RAILS_VERSION=5.0.3" - "RAILS_VERSION=5.1.1" services: - redis-server before_script: - jdk_switcher use oraclejdk8
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
hyrax-1.1.1 | .travis.yml |
hyrax-1.1.0 | .travis.yml |
hyrax-1.0.5 | .travis.yml |
hyrax-1.0.4 | .travis.yml |
hyrax-1.0.3 | .travis.yml |
hyrax-1.0.2 | .travis.yml |