Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
MINOR: Switch travis ci script to yarn as a workaround for npm regist…
Browse files Browse the repository at this point in the history
…ry issues. (#1297)

Signed-off-by: Marcel Pursche <marcel.pursche@here.com>
  • Loading branch information
MPursche committed Feb 17, 2020
1 parent da498cf commit 44d81a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ env:
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH="$HOME/.yarn/bin:$PATH"
- npm install codecov -g
- yarn global add codecov

jobs:
include:
Expand Down

0 comments on commit 44d81a3

Please sign in to comment.