Project

General

Profile

Download (119 Bytes) Statistics
| Branch: | Tag: | Revision:

runcible / .travis.yml @ 4376f477

1
language:
2
  - ruby
3

    
4
rvm:
5
  - "1.9.3"
6
  - "2.0.0"
7

    
8
script:
9
  - bundle install --without debug
10
  - bundle exec rake test