mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-08-06 13:50:49 +08:00
Removed bundler support from .travis.yml and env setup, since unnecessary
This commit is contained in:
@ -2,8 +2,5 @@ language: ruby
|
|||||||
rvm:
|
rvm:
|
||||||
- "1.9.3"
|
- "1.9.3"
|
||||||
- "2.0.0"
|
- "2.0.0"
|
||||||
install:
|
|
||||||
- bundle install
|
|
||||||
script:
|
script:
|
||||||
- export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
|
- rake ci
|
||||||
- bundle exec rake ci
|
|
||||||
|
Reference in New Issue
Block a user