Skip to content

Commit 60e3a1d

Browse files
committed
Use TravisCI for releasing
1 parent 4c779ba commit 60e3a1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ script:
66
- set -o pipefail && xcodebuild -project Commander.xcodeproj -scheme Commander -sdk macosx test | xcpretty -c
77
- set -o pipefail && xcodebuild -project Commander.xcodeproj -scheme Commander -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO test | xcpretty -c
88
- pod lib lint
9+
deploy:
10+
provider: script
11+
script: pod trunk push
12+
on:
13+
tags: true

0 commit comments

Comments
 (0)