Sha256: 8ef0f21dc39f0433410025c670a995d347b2ce83e59f39fd697c3d093955d91c

Contents?: true

Size: 575 Bytes

Versions: 1

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.2
  - 2.3
  - 2.4
  - 2.5
  - jruby-head
  - ruby-head
env: COVERAGE=true BENCHMARK=true
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
utopia-2.3.0 .travis.yml