Skip to content

Commit

Permalink
Remove support for node v0.10, v0.12 from travis build matrix and add…
Browse files Browse the repository at this point in the history
… v9 and v10 to build matrix
  • Loading branch information
saintedlama committed Jul 2, 2018
1 parent 3be25ef commit e0ab473
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
Expand Up @@ -3,13 +3,13 @@ language: node_js
sudo: false

node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"

env:
- MONGODB_VERSION="2.6.12"
Expand Down

0 comments on commit e0ab473

Please sign in to comment.