Skip to content

Commit 85b4360

Browse files
committed
[travis-ci] mvn test-compile before running rake test
1 parent f1ea77b commit 85b4360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ matrix:
3131
rvm: jruby-1.7.18
3232
include:
3333
- jdk: oraclejdk7
34-
env: TEST_COMMAND="jruby -S rake test" BUNDLE_INSTALL=true
34+
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
3535
rvm: jruby-1.7.24
3636
- jdk: oraclejdk7
37-
env: TEST_COMMAND="jruby -S rake test" BUNDLE_INSTALL=true
37+
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
3838
rvm: jruby-1.7.25
3939
- jdk: oraclejdk7
40-
env: TEST_COMMAND="jruby -S rake test" BUNDLE_INSTALL=true
40+
env: TEST_COMMAND="jruby -rbundler/setup -S rmvn test-compile && jruby -S rake test" BUNDLE_INSTALL=true
4141
rvm: jruby-1.7.26
4242
#
4343
- jdk: openjdk6

0 commit comments

Comments
 (0)