Skip to content

Commit

Permalink
Re-add CI tests for older versions of jest
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Jun 22, 2020
1 parent ce3cafd commit f8add95
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 f8add95

Please sign in to comment.