Skip to content

Commit 717c6ae

Browse files
committed
Update travis.yml to work with carthage releases
1 parent 5108d81 commit 717c6ae

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,17 @@ script:
3434
else
3535
xcodebuild -workspace PusherSwift.xcworkspace -scheme "$SCHEME" -destination "$DESTINATION" -sdk "$SDK" test -enableCodeCoverage YES | xcpretty -tc;
3636
fi
37+
before_script:
38+
- carthage bootstrap
3739
before_deploy:
3840
- carthage build --no-skip-current --verbose
3941
- carthage archive PusherSwift
4042
deploy:
4143
provider: releases
4244
api_key:
43-
secure: JX093TPx+8Rvgd58s5KkmQQM0/i2cwSiSfRydqFHmN96wny5DHxxF0GOj/4kERHMS7R/gQYXCDtAoEAe0OP0ULD9PLH9D51G6KZQ1LKQPpzOK4ydJc3o9/CvcSrJpWmgSoGquOH0EITXxR4xaP3QrvmFx5mV48XHuZbMRjUlR8I=
44-
file:
45-
- "PusherSwift.framework.zip"
45+
secure: cjodA0I5fTEU60M+W1NNCj18EpL7yt3uxLN1aeexN33HfRoo153oi4jV/FWlPtQ4QC5FhFF+Nbc69V2paOSrI4iht+UB2Hb0jYTuHWv8ecYa33GFksl7zD9BCf8D3RZqIagTzJC7Vf0FqKKlspZMwIMAL02Z5uwsp5h4Zjrq8lo=
46+
file: PusherSwift.framework.zip
4647
skip_cleanup: true
4748
on:
4849
repo: pusher-community/pusher-websocket-swift
49-
tags: true
50+
tags: true

0 commit comments

Comments
 (0)