Sha256: 8578955d7ce76dac4a2ed5c384698123bc8051001b42d888af1920bcb12d4c15
Contents?: true
Size: 862 Bytes
Versions: 7
Compression:
Stored size: 862 Bytes
Contents
language: ruby sudo: false cache: bundler: true directories: - $HOME/.m2 before_script: - bundle exec jbundle install - mysql -uroot -e 'create database killbill_test;' notifications: email: - kill-bill-commits@googlegroups.com env: global: - JRUBY_OPTS='-J-Xmx1024M' matrix: # Need MySQL 5.6 - see https://github.com/travis-ci/travis-ci/issues/1986 #- AR_ADAPTER='mariadb' AR_USERNAME='root' AR_PASSWORD='' AR_DATABASE='killbill_test' - AR_ADAPTER='sqlite3' AR_DATABASE='test.db' rvm: - jruby-1.7.20 - jruby-20mode # latest 1.7.x - jruby-head gemfile: - Gemfile - Gemfile.head jdk: - openjdk7 - oraclejdk7 - oraclejdk8 matrix: allow_failures: - rvm: jruby-head - rvm: jruby-20mode # Gemfile.lock bug with --deployment? - jdk: oraclejdk8 - gemfile: Gemfile.head fast_finish: true
Version data entries
7 entries across 7 versions & 1 rubygems