Project

General

Profile

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

runcible / .travis.yml @ dd6dc93f

1
language: 
2
  - ruby
3

    
4
rvm:
5
  - "1.9.3"
6

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