Skip to content

Commit

Permalink
Fix CircleCI recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 7, 2019
1 parent 29df4fa commit c85a313
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ workflows:
- test_6_2_5:
requires:
- package
- test_6_3_0_beta1:
- test_6_3_6:
requires:
- package
- test_6_4_4:
requires:
- package
- report:
requires:
- test_6_2_5
- test_6_3_0_beta1
- test_6_3_6
- test_6_4_4
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## development

## v0.6.2
- Fix CircleCI recipe

## v0.6.1
- Update yarn.lock
- Update documentation
Expand Down

0 comments on commit c85a313

Please sign in to comment.