Update .travis.yml

This commit is contained in:
Jan Piotrowski 2019-07-05 15:49:48 +02:00 committed by GitHub
parent 361b1862b2
commit 36956c0f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ before_install:
# install paramedic if not running on paramedic repo
- |
if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then
npm install -g github:apache/cordova-paramedic#janpio-androidx;
npm install -g github:apache/cordova-paramedicjanpio-androidx;
fi
install: