File: .travis.yml

package info (click to toggle)
ruby-rubyvis 0.6.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,812 kB
  • sloc: ruby: 11,114; javascript: 25; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
language:
  ruby

rvm:
  - '1.9.2'
  - '1.9.3'
  - '2.0.0'
  - '2.1.1'
  - jruby-19mode # JRuby in 1.9 mode
#  - rbx-2.1.1

script:
  bundle exec rake spec