File: .travis.yml

package info (click to toggle)
ruby-vcr 6.0.0%2Breally5.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,320 kB
  • sloc: ruby: 8,456; sh: 177; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
sudo: false
language: ruby
script: script/ci.sh
before_install:
  - gem update --system
  - gem install bundler
cache: bundler
rvm:
  - 2.4
  - 2.5
  - 2.6