Skip to content

Commit

Permalink
Use new paramedic branch with updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Jun 6, 2020
1 parent 88070e5 commit c8925e2
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; fi
- if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic#ios13-test; fi

install:
- npm install
Expand Down

0 comments on commit c8925e2

Please sign in to comment.