Sha256: 440d608cdae6e648a5187f3a635007296476328635e943caeb3de131912502f7
Contents?: true
Size: 518 Bytes
Versions: 10
Compression:
Stored size: 518 Bytes
Contents
sudo: false cache: bundler language: ruby rvm: - 2.2 - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 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