Codebase list ruby-recaptcha / upstream/5.2.1 .travis.yml
upstream/5.2.1

Tree @upstream/5.2.1 (Download .tar.gz)

.travis.yml @upstream/5.2.1raw · history · blame

language: ruby
cache: bundler
sudo: false
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
env:
- TASK=test
matrix:
  include:
  - rvm: 2.3 # keep same as lowest ruby version
    env: TASK=rubocop
script: bundle exec rake $TASK
branches:
  only: master
before_install: ruby -e "File.write('Gemfile.lock', File.read('Gemfile.lock').split('BUNDLED WITH').first)"