Sha256: f0dcbb28b1cfa58262821309beb946338e32c1d4d5f18cf7e3250b7ba2ec8af4
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 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.2 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true matrix: - "RAILS_VERSION=4.2.6" notifications: irc: channels: - "irc.freenode.org#scholarsphere" - "irc.freenode.org#projecthydra" template: - "%{repository}//%{branch}@%{commit} by %{author}: %{message} - %{build_url}" services: - redis-server before_script: - jdk_switcher use oraclejdk8
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sufia-7.1.0 | .travis.yml |
sufia-7.0.0 | .travis.yml |
sufia-7.0.0.rc2 | .travis.yml |
sufia-7.0.0.rc1 | .travis.yml |