Add tests for node 6

This commit is contained in:
Jan Nicklas 2016-04-27 08:48:47 +02:00
parent cdd97c3279
commit 129c42e8d0
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ node_js:
- "0.12"
- "0.10"
- "4"
- "5"
- "6"
script:
- npm test
- npm rm webpack && npm i webpack@beta || true