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:
checkout:
post:
- git submodule update --init
dependencies:
override:
- bundle install
test:
override:
- 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