Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Gitlab CI configuration
  • Loading branch information
djphoenix committed Sep 11, 2016
2 parents 99c0966 + ae4190d commit 89077c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,8 @@
before_script:
- npm install
cache:
paths:
- node_modules
test:
script:
- npm test
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@
[![npm](https://img.shields.io/npm/l/certnames.svg)](https://www.npmjs.com/package/certnames)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![npm](https://img.shields.io/npm/dm/certnames.svg)](https://www.npmjs.com/package/certnames)
[![build](https://git.phoenix.dj/phoenix/node-certnames/badges/master/build.svg)](https://git.phoenix.dj/phoenix/node-certnames/build)
[![build](https://git.phoenix.dj/phoenix/node-certnames/badges/master/build.svg)](https://git.phoenix.dj/phoenix/node-certnames/builds)

This module provides API to get SSL certificate common names list.

Expand Down

0 comments on commit 89077c5

Please sign in to comment.