Sha256: 5a7cedbcea85de37a958e593542f94dbbe1d1f0c07e698398c184bd1d261c11e

Contents?: true

Size: 396 Bytes

Versions: 5

Compression:

Stored size: 396 Bytes

Contents

notifications:
  email: false

rvm:
  - 2.1.0
  - 2.0.0
  - 1.9.3
  - jruby-19mode

before_install:
  - gem install bundler 

gemfile:
  - gemfiles/rails3.gemfile
  - gemfiles/rails4.gemfile

notifications:
  irc: "irc.freenode.org#blacklight"
  email:
      - blacklight-commits@googlegroups.com

env:
  global:
    - JRUBY_OPTS="-J-Xms512m -J-Xmx1024m"
    - NOKOGIRI_USE_SYSTEM_LIBRARIES=true

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-5.0.1 .travis.yml
blacklight-5.0.0 .travis.yml
blacklight-5.0.0.pre4 .travis.yml
blacklight-5.0.0.pre3 .travis.yml
blacklight-5.0.0.pre2 .travis.yml