Skip to content

Commit 6025f8a

Browse files
committed
[ci] inline and simplify TEST_COMMAND
1 parent db5264d commit 6025f8a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,31 @@ matrix:
3737
include:
3838
# since maven runit fails to boot with test-unit being a default gem on 9.2 :
3939
- jdk: oraclejdk8
40-
env: *rake_test_command
40+
env: TEST_COMMAND="jruby -rbundler/setup -S rake test_prepare test" BUNDLE_INSTALL=true
4141
rvm: jruby-9.2.12.0
4242
#
4343
- jdk: openjdk7
44-
env: *rake_test_command
44+
env: TEST_COMMAND="jruby -rbundler/setup -S rake test_prepare test" BUNDLE_INSTALL=true
4545
rvm: jruby-1.7.24
4646
- jdk: oraclejdk8
47-
env: *rake_test_command
47+
env: TEST_COMMAND="jruby -rbundler/setup -S rake test_prepare test" BUNDLE_INSTALL=true
4848
rvm: jruby-1.7.27
4949
#
5050
- jdk: openjdk7
5151
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn verify -P test-1.7.26" BUNDLE_INSTALL=true
5252

5353
rvm: jruby-1.7.26
5454
- jdk: oraclejdk8
55-
env: *rake_test_command
55+
env: TEST_COMMAND="jruby -rbundler/setup -S rake test_prepare test" BUNDLE_INSTALL=true
5656
rvm: jruby-9.2.9.0
5757
- jdk: oraclejdk11
58-
env: *rake_test_command
58+
env: TEST_COMMAND="jruby -rbundler/setup -S rake test_prepare test" BUNDLE_INSTALL=true
5959
rvm: jruby-9.2.11.1
6060
- jdk: oraclejdk8
61-
env: *rake_test_command
61+
env: TEST_COMMAND="jruby -rbundler/setup -S rake test_prepare test" BUNDLE_INSTALL=true
6262
rvm: jruby-head
6363
- jdk: oraclejdk11
64-
env: *rake_test_command
64+
env: TEST_COMMAND="jruby -rbundler/setup -S rake test_prepare test" BUNDLE_INSTALL=true
6565
rvm: jruby-head
6666
#
6767
- jdk: oraclejdk8

0 commit comments

Comments
 (0)