Skip to content

Commit

Permalink
fix: update build matrix
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node 4 and 5
  • Loading branch information
saintedlama committed Feb 27, 2018
1 parent dbc88de commit 788e0c9
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,17 +3,17 @@ language: node_js
sudo: false

node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"

env:
- MONGODB_VERSION="2.6.12"
- MONGODB_VERSION="3.0.15"
- MONGODB_VERSION="3.2.16"
- MONGODB_VERSION="3.4.7"
- MONGODB_VERSION="3.6.2"

before_script:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB_VERSION}.tgz -O /tmp/mongodb.tgz
Expand Down

0 comments on commit 788e0c9

Please sign in to comment.