Skip to content

Commit

Permalink
👷 sets up gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Oct 1, 2016
1 parent 41bec08 commit c41bb2e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# we might want to add latest - 1 && latest - 2 to this
image: node:latest

cache:
paths:
- node_modules/

test_async:
script:
- npm install
- npm run lint
- npm run nsp
- npm run cover
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/mscgenjs/mscgenjs-cli.svg?branch=master)][travis.mscgenjs]
[![bitHound Overall Score](https://www.bithound.io/github/mscgenjs/mscgenjs-cli/badges/score.svg)][bithound.mscgenjs]
[![Test Coverage](https://codeclimate.com/github/mscgenjs/mscgenjs-cli/badges/coverage.svg)](https://codeclimate.com/github/mscgenjs/mscgenjs-cli/coverage)
[![Test Coverage](https://gitlab.com/sverweij/mscgenjs-cli/badges/master/coverage.svg)](https: //gitlab.com/sverweij/mscgenjs-cli/builds)
[![Dependency Status](https://david-dm.org/mscgenjs/mscgenjs-cli.svg)](https://david-dm.org/mscgenjs/mscgenjs-cli)
[![devDependency Status](https://david-dm.org/mscgenjs/mscgenjs-cli/dev-status.svg)](https://david-dm.org/mscgenjs/mscgenjs-cli#info=devDependencies)
[![npm stable version](https://img.shields.io/npm/v/mscgenjs-cli.svg)](https://npmjs.com/package/mscgenjs-cli)
Expand Down

0 comments on commit c41bb2e

Please # to comment.