File tree Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Expand file tree Collapse file tree 2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 6
6
- $(npm root)
7
7
- ~/bin
8
8
rvm :
9
- - ' 1.8'
10
- - ' 1.9'
11
- - ' 2.0'
12
- - ' 2.1'
13
- - ' 2.2'
14
- - jruby-19mode
15
- - ree
9
+ - ' 1.8.7-p371'
10
+ - ' 1.9.3-p551'
11
+ - ' 2.0.0-p648'
12
+ - ' 2.1.10'
13
+ - ' 2.2.6'
14
+ - ' 2.3.3'
15
+ - ' 2.4.0'
16
+ - ' jruby-1.7.26'
17
+ - ' jruby-9.0.5.0'
18
+ - ' jruby-9.1.5.0'
16
19
script :
17
20
- bundle exec image_optim --info
18
21
- bundle exec rspec
@@ -23,14 +26,16 @@ before_install:
23
26
matrix :
24
27
include :
25
28
- env : CODECLIMATE=✓
26
- rvm : ' 2'
29
+ rvm : ' 2.4.0 '
27
30
after_success : bundle exec codeclimate-test-reporter
28
31
- env : RUBOCOP=✓
29
- rvm : ' 2'
32
+ rvm : ' 2.4.0 '
30
33
script : bundle exec rubocop
31
34
before_install :
32
- allow_failures :
33
- - rvm : jruby-19mode
35
+ - env : CHECK_RUBIES=✓
36
+ rvm : ' 2.4.0'
37
+ script : bundle exec travis_check_rubies
38
+ before_install :
34
39
addons :
35
40
code_climate :
36
41
repo_token :
Original file line number Diff line number Diff line change @@ -9,3 +9,7 @@ if ENV['CODECLIMATE']
9
9
gem 'codeclimate-test-reporter'
10
10
end
11
11
end
12
+
13
+ if RUBY_VERSION >= '2.0'
14
+ gem 'travis_check_rubies' , '~> 0.2'
15
+ end
You can’t perform that action at this time.
0 commit comments