File: .travis.yml

package info (click to toggle)
ruby-cbor 0.5.9.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 424 kB
  • sloc: ansic: 3,435; ruby: 1,732; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: ruby
rvm:
  - 2.0.0
  - 2.1.10
  - 2.2.10
  - 2.3.7
  - 2.4.4
  - 2.5.1
  - ruby-head
matrix:
  allow_failures:
    - rvm: 2.0.0
    - rvm: 2.1.10
    - rvm: 2.2.10
    - rvm: ruby-head

gemfile:
  - Gemfile

script: "bundle exec rake spec"

notifications:
  irc: "irc.freenode.org#coap"