File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,27 @@ branches:
21
21
22
22
matrix :
23
23
include :
24
- - rvm : 2.2.10
24
+ - rvm : 2.2
25
25
jdk : oraclejdk8
26
26
env : TEST_SUITE=unit
27
27
28
- - rvm : 2.3.7
28
+ - rvm : 2.3
29
29
jdk : oraclejdk8
30
30
env : TEST_SUITE=unit
31
31
32
- - rvm : 2.5.1
32
+ - rvm : 2.4
33
33
jdk : oraclejdk8
34
34
env : TEST_SUITE=unit
35
35
36
- - rvm : 2.5.1
36
+ - rvm : 2.5
37
+ jdk : oraclejdk8
38
+ env : TEST_SUITE=unit
39
+
40
+ - rvm : jruby-9.1
41
+ jdk : oraclejdk8
42
+ env : TEST_SUITE=unit
43
+
44
+ - rvm : 2.5
37
45
jdk : oraclejdk8
38
46
env : TEST_SUITE=integration QUIET=y
39
47
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ namespace :test do
38
38
sh "BUNDLE_GEMFILE='#{ File . expand_path ( '../gemfiles/5.0.gemfile' , __FILE__ ) } ' bundle exec rake test:run_unit"
39
39
end
40
40
41
- desc "Run integration tests against ActiveModel 3, 4 and 5 "
41
+ desc "Run integration tests against latest stable ActiveModel (5) "
42
42
task :integration do
43
43
#sh "BUNDLE_GEMFILE='#{File.expand_path('../gemfiles/3.0.gemfile', __FILE__)}' bundle exec rake test:run_integration"
44
- sh "BUNDLE_GEMFILE='#{ File . expand_path ( '../gemfiles/4.0.gemfile' , __FILE__ ) } ' bundle exec rake test:run_integration"
44
+ # sh "BUNDLE_GEMFILE='#{File.expand_path('../gemfiles/4.0.gemfile', __FILE__)}' bundle exec rake test:run_integration"
45
45
sh "BUNDLE_GEMFILE='#{ File . expand_path ( '../gemfiles/5.0.gemfile' , __FILE__ ) } ' bundle exec rake test:run_integration"
46
46
end
47
47
You can’t perform that action at this time.
0 commit comments