File: .travis.yml

package info (click to toggle)
ruby-json-spec 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 312 kB
  • sloc: ruby: 1,059; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
branches:
  only:
    - master
gemfile:
  - gemfiles/rspec2.gemfile
  - gemfiles/rspec3.gemfile
language: ruby
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: "2.0"
    - rvm: "2.1"
rvm:
  - "2.0"
  - "2.1"
  - "2.2.7"
  - "2.3.4"
  - "2.4.1"
  - ruby-head