File: .travis.yml

package info (click to toggle)
ruby-curses 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 252 kB
  • sloc: ansic: 2,394; ruby: 449; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
---
language: ruby
notifications:
  email:
    recipients:
      - drbrain@segment7.net
      - shugo@ruby-lang.org
rvm:
  - 2.2.7
  - 2.3.4
  - 2.4.1
  - ruby-head
script: rake compile