Sha256: 190bfad52f766917776a4919284f02dbaaeae8d25ce9c2bd0b78b5bb140db71b

Contents?: true

Size: 280 Bytes

Versions: 5

Compression:

Stored size: 280 Bytes

Contents

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

before_install:
  - gem update bundler

script:
  - bundle exec rake rubocop
  - bundle exec parallel_test test/unit/ -n 4

notifications:
  email:
    on_success: never
    on_failure: never

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
appium_lib_core-2.3.4 .travis.yml
appium_lib_core-2.3.3 .travis.yml
appium_lib_core-2.3.2 .travis.yml
appium_lib_core-2.3.1 .travis.yml
appium_lib_core-2.3.0 .travis.yml