From 389b601a679a5629057801b38cf0a2a3b1622c81 Mon Sep 17 00:00:00 2001 From: ShopifyChamp <30862211+kshitijverma1012@users.noreply.github.com> Date: Fri, 27 Mar 2020 14:06:28 +0530 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ee5771..f58c9b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ language: php # Versions of PHP you want your project run with. php: - 7.1 + - 7.2 - hhvm # Commands to be run before your environment runs. @@ -24,4 +25,4 @@ matrix: # Customize when the notification emails are sent. notifications: on_success: never - on_failure: always \ No newline at end of file + on_failure: always From c415dbcffd5cab4a40ecc6052322e3816914f5aa Mon Sep 17 00:00:00 2001 From: ShopifyChamp <30862211+kshitijverma1012@users.noreply.github.com> Date: Fri, 27 Mar 2020 14:17:25 +0530 Subject: [PATCH 2/2] Update .travis.yml remove 7.1 php version --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f58c9b6..d554460 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: php # Versions of PHP you want your project run with. php: - - 7.1 - 7.2 - hhvm