halley
Version:
A bayeux client for modern browsers and node. Forked from Faye
32 lines (26 loc) • 341 B
YAML
stages:
- build
- test
cache:
paths:
- node_modules/
build:
image: node:10.15.3
stage: build
script:
- npm install
artifacts:
expire_in: 1 week
paths:
- node_modules/
tags:
- docker
- shared
test:
image: node:10.15.3
stage: test
script:
- npm test
tags:
- docker
- shared