Sha256: cdf46a5c8d2e121cafebf110598d58a8d5699440087f7a783740ee97d82fd29e

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

sudo: true
language: ruby
before_install:
  - gem install bundler -v 1.16.1
rvm:
  - 2.1.6
  - 2.2.9
  - 2.4.3
  - 2.5.0
script:
  #
  # Run several tests in parallel, and be happy if they are all happy.
  #
  # If any fail, rerun serially so we get clean output from the ones
  # which failed.
  #
  - make test -j 3 || make test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oak-0.4.1 .travis.yml