update gitlab tests to run on newer node versions

Этот коммит содержится в:
Timothy Warren 2018-02-12 15:11:59 -05:00
родитель 960d7f5051
Коммит 16da54cb63
1 изменённых файлов: 6 добавлений и 2 удалений

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

@ -22,8 +22,12 @@ cache:
paths:
- node_modules/
test:6:
image: node:6-alpine
test:8:
image: node:8-alpine
script: yarn run test
test:9:
image: node:9-alpine
script: yarn run test
test:latest: