From 0185f44ec9005af2b4b686ba5679f3f167a7d5ac Mon Sep 17 00:00:00 2001 From: Maurice McCabe Date: Wed, 20 Feb 2019 21:45:13 -0800 Subject: [PATCH] Added android screenshots to artifacts --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70ca2f88..65047dd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: