Skip to content

Commit e33fb50

Browse files
committed
chore: enable tests for node v4
1 parent 0c21a5b commit e33fb50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: node_js
22
node_js:
33
- 6
44
- 5
5+
- 4
6+
before_install:
7+
- npm config set depth 0
8+
- npm install --global npm@3
59
notifications:
610
email: false
711
sudo: false

0 commit comments

Comments
 (0)