Sha256: 9cf1b01402d58c9791f57a55588c41b6f94ef99c5695e89e1816c9aa5bd4f0cc
Contents?: true
Size: 768 Bytes
Versions: 14
Compression:
Stored size: 768 Bytes
Contents
language: ruby sudo: false cache: bundler: true directories: - $HOME/.m2 before_script: - 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 - jdk: oraclejdk8 - gemfile: Gemfile.head fast_finish: true
Version data entries
14 entries across 14 versions & 1 rubygems