Skip to content

Commit

Permalink
Updated travis configuration temporarily to address bug in jest.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisene committed Sep 8, 2021
1 parent 3701ba3 commit 59d9efa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: false
language: node_js
node_js:
- "stable"
- 16.8
after_success: npm run coverage
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

<a name="2.0.1"></a>
## [2.0.1](https://github.com/abrisene/acausal/compare/v2.0.1...v2.0.0) (2021-09-08)
* Added "Analyze" function to Markov Chains.
* Fixed a minor bug which caused the passed "start" sequence to be mutated during Markov generation in some circumstances.
* Temporary changes to CI version to avoid [node 16.8 issues](https://github.com/nodejs/node/issues/40030).

<a name="2.0.0"></a>
# [2.0.0](https://github.com/abrisene/acausal/compare/v2.0.0...v1.0.7) (2021-09-05)

Expand Down

0 comments on commit 59d9efa

Please sign in to comment.