Skip to content

Commit 78c4cb8

Browse files
committed
Travis: run tests under Node 8 and 7
1 parent 1d26b90 commit 78c4cb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Node.js
22
language: node_js
33
node_js:
4+
- 8
5+
- 7
46
- 6
57
- 5
68
- 4
79

810
# ElasticSearch
911
# @see https://docs.travis-ci.com/user/database-setup/#ElasticSearch
1012
services:
11-
- elasticsearch # v1.4.0
13+
- elasticsearch # v5.5.0
1214

1315
# ElasticSearch takes few seconds to start
1416
before_script:

0 commit comments

Comments
 (0)