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 1616 - TEST_PROFILE=test-9.0.1.0
1717 - TEST_PROFILE=test-9.0.5.0
1818 - TEST_PROFILE=test-9.1.1.0
19+ - TEST_PROFILE=test-9.1.2.0
1920
2021install : if [[ -v BUNDLE_INSTALL ]]; then jruby -S bundle install; else echo ""; fi
2122
@@ -70,6 +71,9 @@ matrix:
7071 - jdk : oraclejdk7
7172 env : TEST_COMMAND="jruby -S rake integration:install integration:test"
7273 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
7377notifications :
7478 irc :
7579 channels :
Original file line number Diff line number Diff line change 171171
172172}
173173
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 }
175175
176176jruby_9_K_versions . each { |version |
177177profile :id => "test-#{ version } " do
Original file line number Diff line number Diff line change @@ -949,6 +949,44 @@ DO NOT MODIFIY - GENERATED CODE
949949 <jruby .versions>9.1.1.0</jruby .versions>
950950 </properties >
951951 </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 >
952990 <profile >
953991 <id >release</id >
954992 <build >
You can’t perform that action at this time.
0 commit comments