Sha256: a3810ed6dc69b030997026242eaba22e21d810aa4a33e53ec115eaa0f4a75c67

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

sudo: false
language: ruby

rvm:
  - 2.1.5
  - 2.2.2
  - 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
  - bundle exec rubocop

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activeadmin_sortable_table-1.0.0 .travis.yml