Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 4a562ff

Browse files
ykztsredonkulus
authored andcommitted
Run Node.js v8 and v10 on CI (#148)
1 parent f6c9821 commit 4a562ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ sudo: false
22
language: node_js
33
node_js:
44
- 6
5+
- 8
6+
- 10
57
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
68
script: npm run lint && npm test
79
notifications:

0 commit comments

Comments
 (0)