insomnia/.gitlab-ci.yml

11 lines
106 B
YAML
Raw Normal View History

2016-04-13 23:32:49 +00:00
image: node:4.2.2
2016-04-13 23:39:02 +00:00
cache:
paths:
- node_modules/
2016-04-13 23:32:49 +00:00
all_tests:
script:
- npm install
- npm test