##// END OF EJS Templates
2.6-stable: travis: add jruby 9000...
Toshi MARUYAMA -
r14145:5168b5e86e38
parent child
Show More
@@ -9,6 +9,7 rvm:
9 - 2.0
9 - 2.0
10 - 2.1
10 - 2.1
11 - 2.2
11 - 2.2
12 - jruby-9.0.0.0
12 - jruby
13 - jruby
13 env:
14 env:
14 - "SUITE=units DB=postgresql"
15 - "SUITE=units DB=postgresql"
@@ -27,6 +28,13 matrix:
27 # https://github.com/jruby/jruby/issues/779
28 # https://github.com/jruby/jruby/issues/779
28 - rvm: jruby
29 - rvm: jruby
29 before_install:
30 before_install:
31 # https://github.com/travis-ci/travis-ci/issues/4720
32 - if [[ ${TRAVIS_RUBY_VERSION} =~ jruby-9\.0 ]] ;
33 then
34 rvm get master ;
35 rvm use ${TRAVIS_RUBY_VERSION} --install ;
36 ruby --version ;
37 fi
30 - "sudo apt-get update -qq"
38 - "sudo apt-get update -qq"
31 - "sudo apt-get --no-install-recommends install bzr cvs git mercurial subversion"
39 - "sudo apt-get --no-install-recommends install bzr cvs git mercurial subversion"
32 script:
40 script:
@@ -38,6 +46,6 script:
38 - "RUN_ON_NOT_OFFICIAL='' RUBY_VER=1.9 BRANCH=trunk bundle exec rake config/database.yml"
46 - "RUN_ON_NOT_OFFICIAL='' RUBY_VER=1.9 BRANCH=trunk bundle exec rake config/database.yml"
39 - "bundle install"
47 - "bundle install"
40 - export TEST_SUITE=${SUITE}
48 - export TEST_SUITE=${SUITE}
41 - "JRUBY_OPTS=-J-Xmx1024m bundle exec rake ci"
49 - JRUBY_OPTS='-J-Xmx1024m -J-XX:MaxPermSize=1024m' bundle exec rake ci
42 notifications:
50 notifications:
43 email: false
51 email: false
General Comments 0
You need to be logged in to leave comments. Login now