Sha256: 324a8f4177ae0141610faaaf86b82ca1ac7c7dce651a49f17e17b204f3911a8a

Contents?: true

Size: 451 Bytes

Versions: 5

Compression:

Stored size: 451 Bytes

Contents

language: ruby
sudo: false
cache: bundler
rvm:
  # MRI
  - 2.1
  - 2.2
  - 2.3.1
  - 2.4.0
  # Rubinius is failing due to segfaults on Travis (and takes significantly longer to run)
  # those builds will be restored later
  # jruby
  # - jruby-19mode
bundler_args: --without development
addons:
  code_climate:
    repo_token: 7af99d9225b4c14640f9ec3cb2e24d2f7103ac49417b0bd989188fb6c25f2909
after_success:
    - bundle exec codeclimate-test-reporter

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
koala-3.0.0 .travis.yml
koala-3.0.0.rc2 .travis.yml
koala-3.0.0.rc .travis.yml
koala-3.0.0.beta3 .travis.yml
koala-3.0.0.beta2 .travis.yml