Skip to content

Commit d0c826a

Browse files
committed
chore: enable tests for Node v7
1 parent 91c8b4f commit d0c826a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22
node_js:
3-
- '6'
4-
- '5'
5-
- '4'
3+
- 7
4+
- 6
5+
- 5
6+
- 4
67
notifications:
7-
email: false
8+
email: false
89
sudo: false

0 commit comments

Comments
 (0)