From 7a0e5f0ef46b1a94e8eacca04b785ceb2429cff6 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 10 Feb 2020 12:54:59 -0500 Subject: [PATCH] Zip file creation fix --- .travis.yml | 6 +++--- .travis/deploy_script.sh | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d473b6c4..e4b2f7b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,13 +4,13 @@ language: php php: - - '7.2' - - '7.3' +# - '7.2' +# - '7.3' - '7.4' env: - DB=mysql - - DB=mariadb +# - DB=mariadb cache: # Cache lives for 10 min diff --git a/.travis/deploy_script.sh b/.travis/deploy_script.sh index 73d79c1b..fdc88740 100755 --- a/.travis/deploy_script.sh +++ b/.travis/deploy_script.sh @@ -111,6 +111,8 @@ if [ "$TRAVIS" = "true" ]; then sha256sum $TAR_NAME >"$TAR_NAME.sha256" tar2zip $TAR_NAME + ls -al /tmp + echo "Uploading to S3" mkdir -p $TRAVIS_BUILD_DIR/build cd $TRAVIS_BUILD_DIR/build