summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby McDonald <bobbymcwho@gmail.com>2020-12-07 15:37:46 -0500
committerBobby McDonald <bobbymcwho@gmail.com>2020-12-07 15:37:46 -0500
commit2b7c893cbb7af25b9c1aff0eb5d9a83b3bf1053d (patch)
tree3f7c530ed4f5ae14d9cef123ba199661770184e5
parenta92038f71b119f5697d810a7640a566d5ad66ece (diff)
downloadhashie-2b7c893cbb7af25b9c1aff0eb5d9a83b3bf1053d.tar.gz
Remove 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