Skip to content

Commit c3e6b9a

Browse files
committed
Travis CI releases
1 parent 38c9405 commit c3e6b9a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ 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+
- ln -s $(which pod) pod
910
deploy:
1011
provider: script
11-
script: scripts/push.sh
12+
script: ./pod trunk push
1213
on:
1314
tags: true

scripts/push.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)