Sha256: b93d116690550967dd4110e8ada0b44463212911f7c915b00ed74fc2314b8505

Contents?: true

Size: 186 Bytes

Versions: 2

Compression:

Stored size: 186 Bytes

Contents

language: ruby
cache: bundler 

rvm:
  - 2.2
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - 2.7

script:
  - bundle exec rubocop
  - bundle exec rspec spec

# safelist
branches:
  only:
  - master

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
onfido-1.1.1 .travis.yml
onfido-1.1.0 .travis.yml