From 8b417ce1a82a33ac9c1eb07f2d756a670f04fe58 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 11 Feb 2020 13:04:15 -0500 Subject: [PATCH] Travis fix --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68e904ad..ce0bcbca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ language: php php: - - '7.2' - - '7.3' - '7.4' + - '7.3' + - '7.2' #env: # - DB=mysql @@ -132,7 +132,7 @@ jobs: # https://docs.travis-ci.com/user/deployment/#examples-of-conditional-deployment deploy: - provider: script - cleanup: false + skip_cleanup: true script: ./.travis/deploy_script.sh on: all_branches: true @@ -151,7 +151,7 @@ jobs: - ./.travis/deploy_script.sh deploy: provider: releases - cleanup: false + skip_cleanup: true api_key: $GITHUB_TOKEN file_glob: true file: build/*