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: