File: .travis.yml

package info (click to toggle)
ruby-recaptcha 4.11.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 380 kB
  • sloc: ruby: 863; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: ruby
cache: bundler
sudo: false
rvm:
- 2.3
- 2.4
- 2.5
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
matrix:
  fast_finish: true