Sha256: f699583cc8f4c874f9cd1317a1d29c1423e1909d2a97f2ceaa43a61b1cf86f47
Contents?: true
Size: 711 Bytes
Versions: 1
Compression:
Stored size: 711 Bytes
Contents
language: ruby dist: trusty sudo: required cache: bundler bundler_args: --without yard guard benchmarks tools before_script: - psql -c 'create database rom_repository' -U postgres script: "bundle exec rake ci" after_success: - '[ "${TRAVIS_JOB_NUMBER#*.}" = "1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter' rvm: - 2.4.0 - 2.3.3 - 2.2.6 - rbx-3 - jruby-9.1.6.0 env: global: - JRUBY_OPTS='--dev -J-Xmx1024M' - COVERAGE='true' matrix: allow_failures: - rvm: rbx-3 - rvm: jruby-9.1.6.0 notifications: webhooks: urls: - https://webhooks.gitter.im/e/39e1225f489f38b0bd09 on_success: change on_failure: always on_start: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-repository-1.0.0.beta3 | .travis.yml |