mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Change travis to use a rake task instead of shindont directly.
This is partly necessary for https://github.com/lemurheavy/coveralls-ruby/pull/20, though I'm a fan of running just "rake" or "rake travis" for simplicity anyways.
This commit is contained in:
parent
e42902a266
commit
e8e21022fb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
|
||||||
script: FOG_MOCK=true bundle exec shindont
|
script: bundle exec rake travis
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in a new issue