mirror of
https://github.com/ThrowTheSwitch/CException
synced 2025-05-31 18:49:32 -04: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
|