forked from rails/activeresource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (39 loc) · 774 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
language: ruby
sudo: false
cache: bundler
rvm:
- 2.5.3
- ruby-head
- jruby-head
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
include:
- rvm: 2.2.10
env: BRANCH=5-0-stable
- rvm: 2.2.10
env: BRANCH=5-1-stable
- rvm: 2.2.10
env: BRANCH=5-2-stable
- rvm: 2.3.8
env: BRANCH=5-0-stable
- rvm: 2.2.8
env: BRANCH=5-1-stable
- rvm: 2.3.8
env: BRANCH=5-2-stable
- rvm: 2.4.5
env: BRANCH=5-0-stable
- rvm: 2.4.5
env: BRANCH=5-1-stable
- rvm: 2.4.5
env: BRANCH=5-2-stable
- rvm: 2.5.3
env: BRANCH=5-0-stable
- rvm: 2.5.3
env: BRANCH=5-1-stable
- rvm: 2.5.3
env: BRANCH=5-2-stable
notifications:
email: false