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 3f82772 commit fd67919Copy full SHA for fd67919
.travis.yml
@@ -36,6 +36,18 @@ before_install:
36
install:
37
- pod update
38
- 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
51
script:
52
- set -o pipefail
53
- xcodebuild -version
0 commit comments