File: .travis.yml

package info (click to toggle)
ruby-coercible 1.0.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 700 kB
  • sloc: ruby: 1,734; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: ruby
before_install: gem install bundler
bundler_args: --without guard metrics
script: "bundle exec rake spec"
rvm:
  - 1.9.2
  - 1.9.3
  - 2.0.0
  - jruby-19mode
  - rbx-19mode
  - jruby-head

notifications:
  email:
    - piotr.solnica@gmail.com
    - dan.kubb@gmail.com