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 38c9405 commit c3e6b9aCopy full SHA for c3e6b9a
.travis.yml
@@ -6,8 +6,9 @@ script:
6
- set -o pipefail && xcodebuild -project Commander.xcodeproj -scheme Commander -sdk macosx test | xcpretty -c
7
- set -o pipefail && xcodebuild -project Commander.xcodeproj -scheme Commander -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test | xcpretty -c
8
- pod lib lint
9
+- ln -s $(which pod) pod
10
deploy:
11
provider: script
- script: scripts/push.sh
12
+ script: ./pod trunk push
13
on:
14
tags: true
scripts/push.sh
0 commit comments