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, 0 insertions, 25 deletions
diff --git a/activestorage/.travis.yml b/activestorage/.travis.yml
deleted file mode 100644
index 89edc05c78..0000000000
--- a/activestorage/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-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