Skip to content

Commit

Permalink
Stop building for Node v5 and earlier
Browse files Browse the repository at this point in the history
These older versions of node are not support by the latest version of
Mocha. Passport-jwt may continue working for these older versions of
node but its no longer guaranteed.
  • Loading branch information
mikenicholson committed May 23, 2019
1 parent d311551 commit 154af70
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@
- "8"
- "7"
- "6"
- "5"
- "4"
- "3" # io.js
- "2" # io.js
- "1" # io.js
- "0.12"
- "0.10"

0 comments on commit 154af70

Please sign in to comment.