aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/.travis.yml
blob: 89edc05c78b2ef539e53c5c5966f2590cd182a69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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