Sha256: a2b7c967d7d63b11aeda061b37b4e57c69139d8078de7d75c01a582304380600

Contents?: true

Size: 270 Bytes

Versions: 2

Compression:

Stored size: 270 Bytes

Contents

language: ruby
rvm:
  # https://www.ruby-lang.org/en/downloads/branches/
  - 2.6
  - 2.5
  - 2.4
  # macOS system Ruby is Ruby 2.3
  - 2.3
env:
  matrix:
    - OJ=0
    - OJ=1
branches:
  only:
    - master
before_script:
  - if [[ $OJ -eq 1 ]]; then gem install oj; fi

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
terraforming-0.18.0 .travis.yml
terraforming-0.17.0 .travis.yml