Skip to content
Snippets Groups Projects
Commit f9887efc authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

Add GitLab CI configuration file

parent 52194b98
No related branches found
No related tags found
1 merge request!1Add GitLab CI configuration file
Pipeline #
image: node:6.2
cache:
paths:
- node_modules/
before_script:
- npm install --silent
- node_modules/.bin/typings install
run_tests:
script:
- npm run lint
- npm test
tags:
- node
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment