From 35d79b481e843a797205256352d9e0825e6a7691 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Fri, 5 Jul 2019 15:35:30 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b612cd..3d13923 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,7 +90,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 github:apache/cordova-paramedic#janpio-androidx; fi + - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic\#janpio-androidx; fi install: - npm install