Skip to content

Commit 4baf0a7

Browse files
committed
build(Travis): Add tests for node v4, v5, v6
1 parent 10fa079 commit 4baf0a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ notifications:
88
email: true
99
node_js:
1010
- "7"
11+
- "6"
12+
- "5"
13+
- "4"
1114
script:
1215
- yarn run coverage
1316
- yarn run build

0 commit comments

Comments
 (0)