File: .travis.yml

package info (click to toggle)
ruby-iso8601 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 316 kB
  • sloc: ruby: 2,156; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 113 bytes parent folder | download
1
2
3
4
5
6
7
8
---
language: ruby
before_install: gem install bundler -v 2.1.4
rvm:
  - 2.5.8
  - 2.6.6
  - 2.7.1
  - ruby-head