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

Commit b0556b7

Browse files
committed
Build: Add Node 6.x to Travis (fixes #99)
1 parent 663c140 commit b0556b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ sudo: false
33
node_js:
44
- "0.12"
55
- 4
6+
- 6
7+
before_script:
8+
- npm install -g npm-install-peers
9+
- npm-install-peers
610
after_success:
711
- npm run coveralls

0 commit comments

Comments
 (0)