Skip to content

Commit

Permalink
Stop running tests on node 8 so we can update to Jest 25
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Feb 3, 2020
1 parent b3c3d5c commit 3dc124a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "8"
- "10"
- '10'
- '12'

cache:
directories:
Expand Down

0 comments on commit 3dc124a

Please sign in to comment.