forked from ddnexus/pagy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
52 lines (48 loc) · 983 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
43
44
45
46
47
48
49
50
51
---
language: ruby
cache: bundler
gemfile: gemfiles/ruby-others
script:
- bundle exec rake default
after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
include:
# ruby
- rvm: 1.9
gemfile: gemfiles/ruby-1.9
- rvm: 2.0
gemfile: gemfiles/ruby-2.0
env:
- ENABLE_OJ=true
- rvm: 2.1
gemfile: gemfiles/ruby-2.0
env:
- ENABLE_OJ=true
- rvm: 2.2
gemfile: gemfiles/ruby-2.0
env:
- ENABLE_OJ=true
- rvm: 2.3
env:
- ENABLE_OJ=true
- rvm: 2.4
env:
- ENABLE_OJ=true
- rvm: 2.5
env:
- ENABLE_OJ=true
- rvm: 2.6
gemfile: gemfiles/ruby-latest
env:
- ENABLE_OJ=true
- RUN_SIMPLECOV=true
- RUN_RUBOCOP=true
- RUN_CODECOV=true
# jruby
# - rvm: jruby-1.7
# gemfile: gemfiles/ruby-1.9
# - rvm: jruby-9.0
# gemfile: gemfiles/ruby-2.0
- rvm: jruby-9.1
- rvm: jruby-9.2