Skip to content

Commit

Permalink
Use yarn on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rfoel committed Oct 9, 2019
1 parent e38c1c3 commit 8531781
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: node_js
node_js:
- "stable"
cache:
yarn: true
directories:
- node_modules
script:
- npm test
- npm run build
- yarn test
- yarn build

0 comments on commit 8531781

Please sign in to comment.