aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/.travis.yml')
-rw-r--r--activestorage/.travis.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/activestorage/.travis.yml b/activestorage/.travis.yml
new file mode 100644
index 0000000000..89edc05c78
--- /dev/null
+++ b/activestorage/.travis.yml
@@ -0,0 +1,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