File: .travis.yml

package info (click to toggle)
ruby-simpleidn 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,028 kB
  • sloc: ruby: 6,462; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
language: ruby
cache: bundler
sudo: false
before_install:
    - gem install bundler
rvm:
    - 1.9.3
    - 2.0
    - 2.1
    - 2.2
    - 2.3
    - jruby
script: 'bundle exec rspec spec/idn_spec.rb'