mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-09-15 14:49:58 +00:00
Bumbed version info. Added .travis.yml for Travis CI build/test validation. Moved license file to repo root for standardization.
9 lines
104 B
YAML
9 lines
104 B
YAML
language: ruby
|
|
rvm:
|
|
- "1.9.3"
|
|
- "2.0.0"
|
|
install:
|
|
- bundle install
|
|
script:
|
|
- bundle exec rake ci
|