Project

General

Profile

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

runcible / .travis.yml @ 27b106f4

1
sudo: false
2
language:
3
  - ruby
4

    
5
rvm:
6
  - "2.0.0"
7
  - "2.2.0"
8

    
9
script:
10
  - bundle install --without debug
11
  - bundle exec rake rubocop
12
  - bundle exec rake test