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
Branches
No related tags found
No related merge requests found
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.
Please register or to comment