Sha256: 6c12695158108a60020d66e3304502e80cfe1d6c9cd604608f0f41bbc7d596e6

Contents?: true

Size: 352 Bytes

Versions: 1

Compression:

Stored size: 352 Bytes

Contents

sudo: true
language: ruby
before_install:
  - gem install bundler -v 1.16.1
rvm:
  - 2.1.6
  - 2.2.7
  - 2.2.10
  - 2.3.7
  - 2.4.4
  - 2.5.1
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.2 .travis.yml