Sha256: be952b190440527bcdc7c1735255d59f5eb4e7da82a9c4ccdc537f20bc29c405
Contents?: true
Size: 324 Bytes
Versions: 3
Compression:
Stored size: 324 Bytes
Contents
language: ruby sudo: false rvm: 2.3.3 cache: bundler: true install: - cd spec/dummy-rails4 && bundle install - cd ../dummy-rails5 && bundle install script: - echo $(pwd) - cd ../dummy-rails4 && bundle exec rspec spec/ - echo $(pwd) - cd ../dummy-rails5 && bundle exec rspec spec/ notifications: email: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_hash_relation-1.4.1 | .travis.yml |
active_hash_relation-1.4.0 | .travis.yml |
active_hash_relation-1.2.0 | .travis.yml |