insomnia/.gitlab-ci.yml
2016-04-13 16:39:02 -07:00

11 lines
106 B
YAML

image: node:4.2.2
cache:
paths:
- node_modules/
all_tests:
script:
- npm install
- npm test