summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 49230a1..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-language: ruby
-cache: bundler
-
-rvm:
- - 2.6
- - 2.5
- - 2.4
- - 2.3
- - 2.2
- - 2.1
- - ruby-head
- - jruby-9.2.11.1
- - jruby-head
- - truffleruby
-
-matrix:
- fast_finish: true
- include:
- - rvm: 2.7
- name: "Ruby: 2.7 (with Danger and Code Climate)"
- before_script:
- - bundle exec danger
- after_script:
- - bundle exec codeclimate-test-reporter
- - rvm: 2.7
- name: "Integration Tests"
- install:
- - for dir in spec/integration/*; do BUNDLE_GEMFILE=$dir/Gemfile bundle; done
- script:
- - set -e ; for dir in spec/integration/*; do BUNDLE_GEMFILE=$dir/Gemfile bundle exec rspec $dir; done
- allow_failures:
- - rvm: ruby-head
- - rvm: jruby-head
- - rvm: truffleruby