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 4d9264f commit 43b3630Copy full SHA for 43b3630
.travis.yml
@@ -2,8 +2,19 @@ osx_image: xcode11.1
2
language: objective-c
3
cache:
4
- bundler
5
+gemfile: test/Gemfile
6
before_install:
-- gem install cocoapods
7
+- bundle config
8
+after_install:
9
10
+- cd test
11
+- ls -al
12
+- bundle exec pod --version
13
+- cd ..
14
+before_script:
15
16
+- bundle exec pod repo update
17
18
script:
19
- rake install
20
- cd test
0 commit comments