update gitlab tests to run on newer node versions

This commit is contained in:
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: