Skip to content

Commit

Permalink
chore(.travis.yml): use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed May 27, 2020
1 parent 0403c11 commit 3836a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ node_js:
- node
- lts/*
before_install:
- npm i -g codecov
- npm i html-pdf -S
- yarn add global codecov
- yarn add html-pdf
script:
- npm run test
- yarn test test
after_success: codecov

0 comments on commit 3836a5c

Please sign in to comment.