Skip to content

Commit

Permalink
Try PR branch again
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz authored Jul 14, 2020
1 parent b040c34 commit 86b7251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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#ios13-test; fi
- if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic#ios13; fi

install:
- npm install
Expand Down

0 comments on commit 86b7251

Please sign in to comment.