Sha256: 7ce46253b3d729ba83c37498559e8b6b94af6de2e022a801359604ed69c28acd

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

language: ruby
sudo: required
rvm:
  - 2.2
  - 2.3.0
env:
  -
  - ACTIVE_RECORD_VERSION=4.0
  - ACTIVE_RECORD_VERSION=4.1
  - ACTIVE_RECORD_VERSION=4.2
  - ACTIVE_RECORD_VERSION=5.0.0.beta4
cache: bundler
install:
  - 'gem install bundler'
  - 'bundle install --jobs=3 --retry=3'
script:
  - 'bundle exec rake'
services:
  - docker
notifications:
  email: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_hashids-0.1.3 .travis.yml
acts_as_hashids-0.1.2 .travis.yml