Sha256: 2e7fe36a07c843bb55f11a1c0052f3581d23a5352a33df61ee44d5118c7aa6a7

Contents?: true

Size: 1013 Bytes

Versions: 2

Compression:

Stored size: 1013 Bytes

Contents

language: ruby
sudo: false
install:
  - ./script/travis_cache download_bundle
  - gem install bundler # use the very latest Bundler
  - bundle install --without development --path=./bundle
  - bundle clean # delete now-outdated gems
  - ./script/travis_cache download_app
  - bundle exec rake setup
  - ./script/travis_cache upload
script:
  - bundle exec rake test_with_coveralls
rvm:
  - 1.9
  - 2.3.0
  - jruby-9.0.5.0
env:
  matrix:
    - RAILS=3.2.22
    - RAILS=4.2.5
    - RAILS="> 5.x"
  global:
    - JRUBY_OPTS="-J-Xmx1024m --debug"
matrix:
  fast_finish: true
  exclude:
    - rvm: 1.9
      env: RAILS="> 5.x"
  allow_failures:
    - rvm: 2.3.0
      env: RAILS="> 5.x"
    - rvm: jruby-9.0.5.0
      env: RAILS="> 5.x"
branches:
  only:
    - master
    - /\A\d-\d-stable\z/
notifications:
  irc:
    channels:
      - irc.freenode.org#activeadmin
    on_success: change
    on_failure: always
    skip_join: true
    template:
      - "(%{branch}/%{commit} by %{author}): %{message} (%{build_url})"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activeadmin-1.0.0.pre4 .travis.yml
activeadmin-1.0.0.pre3 .travis.yml