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

Merge branch 'feature/gitlab-ci' into 'master'

Add GitLab CI configuration file



See merge request !1
parents 52194b98 f9887efc
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.
Please register or to comment