Skip to content

Commit

Permalink
[travis-ci] test against latest 9K release - 9.0.5.0
Browse files Browse the repository at this point in the history
kares committed Feb 28, 2016
1 parent 0bde615 commit 96f6519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ env:
- TEST_PROFILE=test-1.7.22
- TEST_PROFILE=test-1.7.24
- TEST_PROFILE=test-9.0.1.0
- TEST_PROFILE=test-9.0.4.0
- TEST_PROFILE=test-9.0.5.0

install: echo 'no bundle install atm!'
# script: mvn verify -P $TEST_PROFILE
@@ -27,14 +27,14 @@ matrix:
- jdk: openjdk6
env: TEST_PROFILE=test-9.0.1.0
- jdk: openjdk6
env: TEST_PROFILE=test-9.0.4.0
env: TEST_PROFILE=test-9.0.5.0
include:
- jdk: oraclejdk7
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-1.7.24
- jdk: oraclejdk8
env: TEST_COMMAND="jruby -S rake integration:install integration:test"
rvm: jruby-9.0.4.0
rvm: jruby-9.0.5.0
notifications:
irc:
channels:

0 comments on commit 96f6519

Please sign in to comment.