From 19e7009604dcd74c884f82bf7a5e231a43f298e3 Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Wed, 12 Aug 2020 08:25:19 +0200 Subject: [PATCH 1/4] Test different paramedic branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3ba06f9..ce9fc06a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ before_install: - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi - npm install -g cordova # install paramedic if not running on paramedic repo - - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g https://github.com/erisu/cordova-paramedic#chore/test-with-latest; fi + - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g https://github.com/apache/cordova-paramedic#chore/test-with-latest-updatedFrameworkTest; fi install: - npm install From 45a422a9c16061051bc0f1e03d613db3b376a9a1 Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Wed, 12 Aug 2020 17:08:20 +0200 Subject: [PATCH 2/4] Change paramedic fixing branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce9fc06a..f4396d08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ before_install: - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi - npm install -g cordova # install paramedic if not running on paramedic repo - - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g https://github.com/apache/cordova-paramedic#chore/test-with-latest-updatedFrameworkTest; fi + - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g https://github.com/apache/cordova-paramedic#ios-updates; fi install: - npm install From c5d5dd9f05e54997672f66134a6b017a31404cd6 Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Thu, 13 Aug 2020 10:55:03 +0200 Subject: [PATCH 3/4] Go back to update branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4396d08..ce9fc06a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ before_install: - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi - npm install -g cordova # install paramedic if not running on paramedic repo - - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g https://github.com/apache/cordova-paramedic#ios-updates; fi + - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g https://github.com/apache/cordova-paramedic#chore/test-with-latest-updatedFrameworkTest; fi install: - npm install From d57f276ce1863b196c45b95bd25321587355a437 Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Tue, 1 Sep 2020 20:40:45 +0200 Subject: [PATCH 4/4] Now use latest paramedic --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce9fc06a..ad333bc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ before_install: - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi - npm install -g cordova # install paramedic if not running on paramedic repo - - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g https://github.com/apache/cordova-paramedic#chore/test-with-latest-updatedFrameworkTest; fi + - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g https://github.com/apache/cordova-paramedic; fi install: - npm install