CException/.travis.yml
Greg Williams ecb478a0ed Created README.md based on docs.
Bumbed version info.
Added .travis.yml for Travis CI build/test validation.
Moved license file to repo root for standardization.
2014-07-26 15:53:33 -04:00

9 lines
104 B
YAML

language: ruby
rvm:
- "1.9.3"
- "2.0.0"
install:
- bundle install
script:
- bundle exec rake ci