Skip to content

Commit 047a118

Browse files
committed
Update node versions to test
1 parent cb83c58 commit 047a118

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- 4
5-
- 4.0
64
- 6
7-
- 6.0
8-
- 7
9-
- 7.0
105
- 8
11-
- 8.0
6+
- 10
127

138
sudo: false

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"supertest": "^3.3.0"
3636
},
3737
"engines": {
38-
"node": ">=4.0"
38+
"node": ">=6"
3939
}
4040
}

0 commit comments

Comments
 (0)