Sha256: 5b702f20eed15f2fc8ee5a58ab732d35c6d626ea13f47653fdf0efcd84134ff0

Contents?: true

Size: 272 Bytes

Versions: 8

Compression:

Stored size: 272 Bytes

Contents

language: ruby
sudo: false
bundler: true

rvm:
  - 2.3
  - 2.4
  - ruby-head

cache:
  bundler: true
  yarn: true

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

install:
  - bundle install
  - yarn install

script:
  - bundle exec rake
  - yarn lint

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
activestorage_legacy-0.2.1 .travis.yml
activestorage_legacy-0.2.0 .travis.yml
activestorage_legacy-0.1.3 .travis.yml
activestorage_legacy-0.1.2 .travis.yml
activestorage_legacy-0.1.1 .travis.yml
activestorage_legacy-0.1.1.alpha .travis.yml
activestorage_legacy-0.1 .travis.yml
backupstorage-0.1 .travis.yml