mirror of
https://github.com/ThrowTheSwitch/Unity
synced 2025-06-07 04:39:32 -04:00
Added .travis.yml to config travis build properly
This commit is contained in:
parent
b5050c6ed3
commit
3d8e4afb5f
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: ruby
|
||||
rvm:
|
||||
- "1.9.3"
|
||||
- "2.0.0"
|
||||
install:
|
||||
- bundle install
|
||||
script:
|
||||
- bundle exec rake ci
|
Loading…
x
Reference in New Issue
Block a user