-
-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy path.travis.yml
More file actions
27 lines (25 loc) · 571 Bytes
/
Copy path.travis.yml
File metadata and controls
27 lines (25 loc) · 571 Bytes
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
language: ruby
bundler_args: --without development
before_install:
- gem install bundler
- gem update --system
matrix:
include:
- rvm: 2.2.10
- rvm: 2.3.8
- rvm: 2.4.10
- rvm: 2.5.8
- rvm: 2.6.9
- rvm: 2.7.5
- rvm: 3.0.3
- rvm: 3.1.0
- rvm: jruby-9.2.19.0
- rvm: jruby-9.3.3.0
env:
- JRUBY_OPTS="--server -Xcompile.invokedynamic=false -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-noverify -J-Xms512m -J-Xmx1024m"
- rvm: ruby-head
branches:
only:
- master
- 1.2-stable
- 2.0-develop