We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4887114 commit e7febadCopy full SHA for e7febad
.travis.yml
@@ -4,6 +4,9 @@ cache:
4
- cocoapods
5
- bundler
6
gemfile: test/Gemfile
7
+install:
8
+- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
9
+- bundle exec pod setup
10
script:
11
- rake install
12
- cd test
0 commit comments