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

Commit

Permalink
ci: manually install yarn on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Apr 2, 2023
1 parent 11e381e commit 086533a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ before_install:
sudo apt-get install libsecret-1-dev
fi
- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash
- npm install -g yarn
script:
- yarn lint-ci && yarn test-ci
after_failure:
Expand Down

0 comments on commit 086533a

Please sign in to comment.