Skip to content

Commit

Permalink
Merge pull request #133 from palmerj3/testOlderJest
Browse files Browse the repository at this point in the history
Re-add CI tests for older versions of jest
  • Loading branch information
palmerj3 authored Jun 22, 2020
2 parents ce3cafd + f8add95 commit 7feb66e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ node_js:
- "13"
- "14"
env:
- JEST_VERSION=^22.0.0
- JEST_VERSION=^23.0.0
- JEST_VERSION=^24.0.0
- JEST_VERSION=^25.0.0
- JEST_VERSION=^26.0.0
script:
- npm run test:ci

0 comments on commit 7feb66e

Please sign in to comment.