mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-09-04 17:30:00 +00:00
Added .travis.yml to config travis build properly
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- "1.9.3"
|
||||||
|
- "2.0.0"
|
||||||
|
install:
|
||||||
|
- bundle install
|
||||||
|
script:
|
||||||
|
- bundle exec rake ci
|
||||||
Reference in New Issue
Block a user