Skip to content

Commit 5e5d326

Browse files
committed
Update travis.yml to use scope carthage commands
1 parent 0dbfc42 commit 5e5d326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ install:
3737
- pod update
3838
- pod install
3939
before_deploy:
40-
- carthage build --no-skip-current --verbose
41-
- carthage archive PusherSwift
40+
- carthage build --no-skip-current --project-directory PusherSwift
41+
- carthage archive PusherSwift --project-directory PusherSwift
4242
deploy:
4343
provider: releases
4444
api_key:

0 commit comments

Comments
 (0)