.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - "2.2"
  - "2.1"
  - "2.0"
  - "1.9.3"
env: GLI_DEBUG=true
# uncomment this line if your project needs to run something other than `rake`:
# script: bundle exec rspec spec