mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-27 10:14:28 +01:00
10 lines
154 B
YAML
10 lines
154 B
YAML
language: ruby
|
|
rvm:
|
|
- "1.9.3"
|
|
- "2.0.0"
|
|
install:
|
|
- bundle install
|
|
script:
|
|
- export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
|
|
- bundle exec rake ci
|