Sha256: 025544bc84c218967d40d5a72404f8055eea070003706edd643bad8c8ef35119

Contents?: true

Size: 592 Bytes

Versions: 3

Compression:

Stored size: 592 Bytes

Contents

language: ruby
cache: bundler

before_install:
  - gem install bundler
  # Install all dependencies:
  - gem install utopia
  # For testing purposes:
  - git config --global user.email "samuel@oriontransfer.net"
  - git config --global user.name "Samuel Williams"

matrix:
  include:
    - rvm: 2.5
    - rvm: 2.6
      env: BENCHMARK=true
    - rvm: 2.6
      env: COVERAGE=BriefSummary,Coveralls
    - rvm: 2.6
      os: osx
    - rvm: 2.7
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: truffleruby
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: truffleruby

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
utopia-2.13.4 .travis.yml
utopia-2.13.3 .travis.yml
utopia-2.13.2 .travis.yml