Commit f26cda07 authored by Boris Bügling's avatar Boris Bügling

Override `depedencies` step to avoid `pod install`

parent b962a0a3
...@@ -8,6 +8,9 @@ machine: ...@@ -8,6 +8,9 @@ machine:
checkout: checkout:
post: post:
- git submodule update --init - git submodule update --init
dependencies:
override:
- bundle install
test: test:
override: override:
- rake - rake
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment