travis: node 6 and 7 explicitly added

This commit is contained in:
Paul Irish 2016-10-26 11:10:30 -07:00
Родитель cf2b3d3ff9
Коммит c6be9826f9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0556093828825272
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -2,8 +2,9 @@ language: node_js
matrix:
include:
- node_js: "4.3.2"
- node_js: "5.0"
- node_js: "node"
- node_js: "5"
- node_js: "6"
- node_js: "7"
sudo: required
dist: trusty
cache: