Sha256: 74249a8e8c174eb9858305a9eb320a9ba0658bb005952bca77c05504bd364a93

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

sudo: false
cache: bundler
language: ruby
rvm:
  - 2.2
  - 2.3
  - 2.4
  - 2.5
  - 2.6

before_install:
  - gem update bundler
install:
  - bundle install --retry=3
script:
  - bundle exec rake rubocop
notifications:
  email:
    on_success: never
    on_failure: never

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
appium_lib-10.2.0 .travis.yml
appium_lib-10.1.0 .travis.yml
appium_lib-10.0.0 .travis.yml
appium_lib-9.18.0 .travis.yml