Sha256: d6ecb05b2ddf9de99010874082421eef07b3e49ad6b9bca012a956af7a843dcd

Contents?: true

Size: 575 Bytes

Versions: 6

Compression:

Stored size: 575 Bytes

Contents

language: ruby
sudo: false
dist: trusty
cache: bundler
before_install:
  # For testing purposes:
  - git config --global user.email "samuel@oriontransfer.net"
  - git config --global user.name "Samuel Williams"
  # https://github.com/rubygems/rubygems/issues/1448
  - gem update --system
  # I don't know why I need to install this on travis in order for tests to function.
  - gem install bundler samovar
rvm:
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - jruby-head
  - ruby-head
env: COVERAGE=true BENCHMARK=true
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
utopia-2.5.4 .travis.yml
utopia-2.5.3 .travis.yml
utopia-2.5.1 .travis.yml
utopia-2.5.0 .travis.yml
utopia-2.4.1 .travis.yml
utopia-2.4.0 .travis.yml