We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825574d commit f239d3aCopy full SHA for f239d3a
1 file changed
.travis.yml
@@ -3,7 +3,8 @@ before_install:
3
- brew update
4
- brew install xctool
5
- gem install cocoapods-keys
6
- - pod keys set "Chain" "" BitStore
7
- - pod keys set "Analytics" "" BitStore
+ - pod keys set "Chain" "a" BitStore
+ - pod keys set "Analytics" "a" BitStore
8
+ - pod install
9
script: xctool -workspace BitStore.xcworkspace -scheme Test -sdk iphonesimulator8.1
10
script: xctool -workspace BitStore.xcworkspace -scheme BitStore -sdk iphonesimulator8.1
0 commit comments