We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bba60 commit a4cd54cCopy full SHA for a4cd54c
build.yaml
@@ -4,30 +4,21 @@ schedules:
4
matrix:
5
exclude:
6
- ruby: ['2.2', 'jruby9k']
7
- - cassandra: ['1.2', '2.0', '2.2', '3.0']
+ - cassandra: ['2.0', '2.2', '3.0']
8
nightly:
9
schedule: nightly
10
branches:
11
include: [master]
12
13
14
- ruby: jruby9k
15
- - cassandra: 1.2
16
- weekly:
17
- schedule: weekly
18
- branches:
19
- include: [master]
20
- matrix:
21
- exclude:
22
- - ruby: jruby9k
23
24
ruby:
25
- 2.2
26
- 2.3
27
- jruby1.7
28
- jruby9k
29
cassandra:
30
- - 1.2
31
- 2.0
32
- 2.1
33
0 commit comments