Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTejas Bubane <tejasbubane@gmail.com>2020-05-17 21:29:36 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2020-05-18 21:17:58 +0300
commit5d8c6b7117ffe5e1a4eb76126728aa26dd8c89d4 (patch)
tree7aecb2f41724cc043db18aa1980dbccafb8e0be6
parent030ae41ed0b0d6faff6300abd3fd89b07a7c4754 (diff)
Exclude rails 4 with ruby 2.7
Build failure: https://travis-ci.org/github/twbs/bootstrap-rubygem/jobs/688105160
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e349d26..946de9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,11 +8,18 @@ rvm:
- 2.5
- 2.6
- 2.7
+
gemfile:
- test/gemfiles/rails_4_2.gemfile
- test/gemfiles/rails_5_0.gemfile
- test/gemfiles/rails_5_1.gemfile
- test/gemfiles/rails_6_0.gemfile
+
+jobs:
+ exclude:
+ rvm: 2.7
+ gemfile: test/gemfiles/rails_4_2.gemfile
+
cache: bundler
bundler_args: --path ../../vendor/bundle --without debug
notifications: