Skip to content

Commit

Permalink
Change travis to use npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
markis committed Apr 6, 2020
1 parent b7db62e commit 364e4bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ addons:
- g++-4.8

before_install:
- npm install -g yarn --cache-min 999999999
- npm install codacy-coverage coveralls -g

install:
- yarn
- npm ci

script:
- npm test
Expand Down

0 comments on commit 364e4bb

Please sign in to comment.