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.
2 parents e0b787c + a642aa8 commit f187a07Copy full SHA for f187a07
build.yaml
@@ -1,8 +1,33 @@
1
+schedules:
2
+ commit:
3
+ schedule: per_commit
4
+ matrix:
5
+ exclude:
6
+ - ruby: ['2.2', 'jruby9k']
7
+ - cassandra: ['1.2', '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
19
20
21
22
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