1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/.travis.yml
Rafael Mendonça França 9330d01ada Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'
git-subtree-dir: activestorage
git-subtree-mainline: 0d58e7e478
git-subtree-split: 3f4a7218a4
2017-07-31 15:21:22 -04:00

25 lines
272 B
YAML

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