File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 14
14
/lib /cassandra_murmur3. *
15
15
/node_modules
16
16
/* .gem
17
- /.bundle /*
17
+ /.bundle /*
18
+ /.idea /
Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ bundler_args: --without development docs
4
4
rvm :
5
5
- 2.2.4
6
6
- 2.3.0
7
+ - 2.4
8
+ - 2.5
9
+ - 2.6
10
+ - 2.7
7
11
- jruby-9.0.5.0
12
+ jdk :
13
+ - openjdk8
8
14
env :
9
15
global :
10
16
- FAIL_FAST=no
@@ -15,6 +21,9 @@ branches:
15
21
only :
16
22
- master
17
23
before_install : |
24
+ # Install bundler < 2.0, see https://docs.travis-ci.com/user/languages/ruby/
25
+ gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
26
+ gem install bundler -v '< 2'
18
27
if [[ k$TRAVIS_RUBY_VERSION = kjruby* ]] ; then
19
28
# Hack the Gemfile.lock file to indicate we're a JRuby gem, to make bundler happy.
20
29
sed -e 's/\(cassandra-driver [^)]*\)/\1-java/' -i"" Gemfile.lock
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ ruby:
17
17
- jruby9k
18
18
19
19
cassandra :
20
- - 2.1
21
- - 2.2
22
- - 3.0
20
+ - ' 2.1'
21
+ - ' 3.0'
23
22
- ' 3.11'
23
+ - ' 4.0'
24
24
os :
25
25
- ubuntu/bionic64/ruby-driver
26
26
build :
You can’t perform that action at this time.
0 commit comments