-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.travis.yml
55 lines (53 loc) · 1.27 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file was generated on 2014-03-30T13:16:22-07:00 from the rspec-dev repo.
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
# In order to install old Rubies, we need to use old Ubuntu distibution.
dist: trusty
language: ruby
email: false
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
script: "script/run_build"
before_install:
- gem update bundler
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- 2.2.10
- 2.3.8
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
- ree
- jruby-18mode
- jruby
- rbx-3
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS='--2.0'
- rvm: 2.7.1
env: RSPEC_VERSION='3-0-maintenance'
- rvm: 2.7.1
env: RSPEC_VERSION='3-1-maintenance'
- rvm: 2.7.1
env: RSPEC_VERSION='3-2-maintenance'
- rvm: 2.7.1
env: RSPEC_VERSION='3-3-maintenance'
- rvm: 2.7.1
env: RSPEC_VERSION='3-4-maintenance'
- rvm: 2.7.1
env: RSPEC_VERSION='3-5-maintenance'
- rvm: 2.7.1
env: RSPEC_VERSION='3-6-maintenance'
- rvm: 2.7.1
env: RSPEC_VERSION='3-7-maintenance''
- rvm: 2.7.1
env: RSPEC_VERSION='3-8-maintenance''
allow_failures:
- rvm: jruby
env: JRUBY_OPTS='--2.0'
- rvm: rbx-3
fast_finish: true