Sha256: 08ab92abe9da7a188a0c235aa3130b8af680537b6966cb17b6d63819faf7d7b2
Contents?: true
Size: 510 Bytes
Versions: 10
Compression:
Stored size: 510 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 - UNIT_TEST=true bundle exec parallel_test test/unit/ -n 4 - UNIT_TEST=true AUTOMATION_NAME_DROID=espresso bundle exec parallel_test test/unit/android -n 4 - UNIT_TEST=true AUTOMATION_NAME_DROID=appium AUTOMATION_NAME_IOS=appium bundle exec parallel_test test/unit -n 4 notifications: email: on_success: never on_failure: never
Version data entries
10 entries across 10 versions & 1 rubygems