Skip to content

Commit 15ecf71

Browse files
committed
[travis-ci] let us try running some ITs
1 parent f8fa20e commit 15ecf71

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@ env:
1313
- TEST_PROFILE=test-1.7.18
1414
- TEST_PROFILE=test-1.7.21
1515
- TEST_PROFILE=test-9000
16-
script: mvn verify -P $TEST_PROFILE
16+
17+
# script: mvn verify -P $TEST_PROFILE
18+
script: if [[ -v TEST_COMMAND ]]; then $TEST_COMMAND; else mvn verify -P $TEST_PROFILE; fi
19+
1720
matrix:
1821
exclude:
1922
- jdk: openjdk6
2023
env: TEST_PROFILE=test-9000
24+
include:
25+
- jdk: openjdk7
26+
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
2127
notifications:
2228
irc:
2329
channels:

0 commit comments

Comments
 (0)