insomnia/.gitlab-ci.yml

10 lines
121 B
YAML
Raw Normal View History

2016-04-13 23:32:49 +00:00
image: node:4.2.2
all_tests:
script:
2016-04-14 01:28:32 +00:00
- npm install > /dev/null
- npm test
2016-04-14 01:28:40 +00:00
cache:
paths:
- node_modules/