Skip to content

Commit 0cf0c2c

Browse files
committed
chore: enable tests in node v4
1 parent 1aad1a0 commit 0cf0c2c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.travis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: node_js
22
node_js:
3-
- 6
4-
- 5
3+
- 6
4+
- 5
5+
- 4
6+
before_install:
7+
- npm config set depth 0
8+
- npm install --global npm@3
59
notifications:
6-
email: false
10+
email: false
711
sudo: false
812
script:
9-
- npm run test
10-
- npm run lint
13+
- npm run test
14+
- npm run lint

0 commit comments

Comments
 (0)