Sha256: 7e639dd1f9f11ee0350ef272794d8c8781f70268bed0c3b93390d5211ed90557
Contents?: true
Size: 915 Bytes
Versions: 8
Compression:
Stored size: 915 Bytes
Contents
language: ruby dist: trusty sudo: required cache: bundler services: - postgresql - mysql bundler_args: --without yard guard benchmarks tools before_script: - psql -c 'create database rom_sql;' -U postgres - mysql -u root -e 'create database rom_sql;' after_success: - '[ "${TRAVIS_JOB_NUMBER#*.}" = "1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter' script: "bundle exec rake ci" rvm: - 2.4.0 - 2.3 - 2.2 - rbx-3 - jruby-9.1.7.0 env: global: - CODECLIMATE_REPO_TOKEN=03d7f66589572702b12426d2bc71c4de6281a96139e33b335b894264b1f8f0b0 - JRUBY_OPTS='--dev -J-Xmx1024M' notifications: webhooks: urls: - https://webhooks.gitter.im/e/39e1225f489f38b0bd09 on_success: change on_failure: always on_start: false addons: postgresql: 9.5 apt: packages: - mysql-server-5.6 - mysql-client-core-5.6 - mysql-client-5.6
Version data entries
8 entries across 8 versions & 1 rubygems