Skip to content

Commit d6e7861

Browse files
committed
Fix syntax of deploy script
1 parent 0425b2a commit d6e7861

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ deploy:
5858
# deploy to google play
5959
- provider: script
6060
skip_cleanup: true
61-
script:
62-
- echo $GOOGLE_PLAY_ACCOUNT > gplay_api.json
63-
- bundle exec fastlane deploy_$BUILD_TYPE
61+
script: echo $GOOGLE_PLAY_ACCOUNT > gplay_api.json | bundle exec fastlane deploy_$BUILD_TYPE
6462
on:
6563
branch: master
6664

0 commit comments

Comments
 (0)