Skip to content

Commit

Permalink
Added android screenshots to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc007 committed Feb 21, 2019
1 parent 0d72e90 commit 0185f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
script:
- cd example; screenshots
# copy artifacts to cache for later deploy
- tar cvzf $HOME/screenshots/screenshots.tar.gz ios/fastlane/screenshots
- zip -r $HOME/screenshots/screenshots.zip ios/fastlane/screenshots
- tar cvzf $HOME/screenshots/screenshots.tar.gz ios/fastlane/screenshots android/fastlane/metadata/android/*/images
- zip -r $HOME/screenshots/screenshots.zip ios/fastlane/screenshots android/fastlane/metadata/android/*/images
# save artifacts for later deploy of second artifact
cache:
directories:
Expand Down

0 comments on commit 0185f44

Please sign in to comment.