File tree Expand file tree Collapse file tree 3 files changed +43
-1
lines changed Expand file tree Collapse file tree 3 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 16
16
- TEST_PROFILE=test-9.0.1.0
17
17
- TEST_PROFILE=test-9.0.5.0
18
18
- TEST_PROFILE=test-9.1.1.0
19
+ - TEST_PROFILE=test-9.1.2.0
19
20
20
21
install : if [[ -v BUNDLE_INSTALL ]]; then jruby -S bundle install; else echo ""; fi
21
22
@@ -70,6 +71,9 @@ matrix:
70
71
- jdk : oraclejdk7
71
72
env : TEST_COMMAND="jruby -S rake integration:install integration:test"
72
73
rvm : jruby-9.1.1.0
74
+ - jdk : oraclejdk8
75
+ env : TEST_COMMAND="jruby -S rake integration:install integration:test"
76
+ rvm : jruby-9.1.2.0
73
77
notifications :
74
78
irc :
75
79
channels :
Original file line number Diff line number Diff line change 171
171
172
172
}
173
173
174
- jruby_9_K_versions = %w{ 9.0.1.0 9.0.5.0 9.1.0.0 9.1.1.0 }
174
+ jruby_9_K_versions = %w{ 9.0.1.0 9.0.5.0 9.1.0.0 9.1.1.0 9.1.2.0 }
175
175
176
176
jruby_9_K_versions . each { |version |
177
177
profile :id => "test-#{ version } " do
Original file line number Diff line number Diff line change @@ -949,6 +949,44 @@ DO NOT MODIFIY - GENERATED CODE
949
949
<jruby .versions>9.1.1.0</jruby .versions>
950
950
</properties >
951
951
</profile >
952
+ <profile >
953
+ <id >test-9.1.2.0</id >
954
+ <build >
955
+ <plugins >
956
+ <plugin >
957
+ <artifactId >maven-invoker-plugin</artifactId >
958
+ <version >1.8</version >
959
+ <executions >
960
+ <execution >
961
+ <goals >
962
+ <goal >install</goal >
963
+ <goal >run</goal >
964
+ </goals >
965
+ <configuration >
966
+ <projectsDirectory >integration</projectsDirectory >
967
+ <pomIncludes >
968
+ <pomInclude >*/pom.xml</pomInclude >
969
+ </pomIncludes >
970
+ <streamLogs >true</streamLogs >
971
+ <properties >
972
+ <jruby .versions>${jruby.versions} </jruby .versions>
973
+ <jruby .modes>${jruby.modes} </jruby .modes>
974
+ <jruby .openssl.version>${project.version} </jruby .openssl.version>
975
+ <bc .versions>${bc.versions} </bc .versions>
976
+ <runit .dir>${runit.dir} </runit .dir>
977
+ </properties >
978
+ </configuration >
979
+ </execution >
980
+ </executions >
981
+ </plugin >
982
+ </plugins >
983
+ </build >
984
+ <properties >
985
+ <bc .versions>1.51,1.52,1.53,1.54</bc .versions>
986
+ <jruby .version>9.1.2.0</jruby .version>
987
+ <jruby .versions>9.1.2.0</jruby .versions>
988
+ </properties >
989
+ </profile >
952
990
<profile >
953
991
<id >release</id >
954
992
<build >
You can’t perform that action at this time.
0 commit comments