Sha256: cbc06bb26c902820facdb8685adf6b0fa7b8e810bd8108fdd98693705b36c2b6

Contents?: true

Size: 398 Bytes

Versions: 3

Compression:

Stored size: 398 Bytes

Contents

sudo: false
language: ruby

rvm:
  - 2.1.5
  - 2.2.4
  - 2.3.1
  - ruby-head

matrix:
  allow_failures:
    - rvm: ruby-head
  fast_finish: true

before_install: gem update --remote bundler
install:
  - bundle install --retry=3
script:
  - bundle exec rake dummy:prepare
  - bundle exec rspec

addons:
  code_climate:
    repo_token: fa6eecd14a238a6a4326b5b001bab6b0acf5170da237779800fa4935ad1c0026

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin-audit-0.1.2 .travis.yml
activeadmin-audit-0.1.1 .travis.yml
activeadmin-audit-0.1.0 .travis.yml