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 4c779ba commit 60e3a1dCopy full SHA for 60e3a1d
.travis.yml
@@ -6,3 +6,8 @@ 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
+deploy:
10
+ provider: script
11
+ script: pod trunk push
12
+ on:
13
+ tags: true
0 commit comments