Skip to content

Commit

Permalink
.travis.yml: un-bump yarn version to get nyc/coverage working again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Bertram committed Jan 9, 2020
1 parent 293e4f3 commit 02929aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
- '8'
- '6'
before_install:
- npm install -g yarn@1.21.1
- npm install -g yarn@1.10.1 # nyc does not run properly with newer yarn for some reason
install:
- yarn install --pure-lockfile
script:
Expand Down

0 comments on commit 02929aa

Please sign in to comment.