Files
drip/.gitlab-ci.yml
T
2018-06-12 14:44:11 +02:00

13 lines
196 B
YAML

image: node:8
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
- node_modules/
test_async:
script:
- npm install
- npm test