Skip to content

Commit fd67919

Browse files
committed
Build with carthage on new release
1 parent 3f82772 commit fd67919

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ before_install:
3636
install:
3737
- pod update
3838
- pod install
39+
before_deploy:
40+
- carthage build --no-skip-current
41+
- carthage archive PusherSwift
42+
deploy:
43+
provider: releases
44+
api_key:
45+
secure: cjodA0I5fTEU60M+W1NNCj18EpL7yt3uxLN1aeexN33HfRoo153oi4jV/FWlPtQ4QC5FhFF+Nbc69V2paOSrI4iht+UB2Hb0jYTuHWv8ecYa33GFksl7zD9BCf8D3RZqIagTzJC7Vf0FqKKlspZMwIMAL02Z5uwsp5h4Zjrq8lo=
46+
file: PusherSwift.framework.zip
47+
skip_cleanup: true
48+
on:
49+
repo: pusher/pusher-websocket-swift
50+
tags: true
3951
script:
4052
- set -o pipefail
4153
- xcodebuild -version

0 commit comments

Comments
 (0)