We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede4a5c commit 78df988Copy full SHA for 78df988
1 file changed
.travis.yml
@@ -1,7 +1,9 @@
1
language: objective-c
2
before_install:
3
- - gem install cocoapods -v '= 0.34.2'
4
- brew update
5
- brew install xctool
+ - gem install cocoapods-keys
6
+ - pod keys set "Chain" ""
7
+ - pod keys set "Analytics" ""
8
script: xctool -workspace BitStore.xcworkspace -scheme Test -sdk iphonesimulator8.1
9
script: xctool -workspace BitStore.xcworkspace -scheme BitStore -sdk iphonesimulator8.1
0 commit comments