Sha256: 29e3f69a0e4f7fa490dcb327c47c9e1dcca551dcee5b19333f268a8e7bd6109f
Contents?: true
Size: 527 Bytes
Versions: 5
Compression:
Stored size: 527 Bytes
Contents
language: ruby rvm: - "2.0.0" - "2.1" # latest 2.1.x - "2.2" # latest 2.2.x - "2.3.0" - "2.4.0" - "jruby-9.1.5.0" - "jruby-head" script: bundle exec rake test sudo: false before_install: # get latest rubygems due to weird bugs - gem update --system # bundler installation needed for jruby-head # https://github.com/travis-ci/travis-ci/issues/5861 - gem install bundler env: # avoid jruby unknown property jruby.cext.enabled # https://github.com/travis-ci/travis-ci/issues/6471 - JRUBY_OPTS=''
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
paperback-0.0.5 | .travis.yml |
paperback-0.0.4 | .travis.yml |
paperback-0.0.3 | .travis.yml |
paperback-0.0.2 | .travis.yml |
raise-if-root-0.0.1 | .travis.yml |