Skip to content

Commit

Permalink
Merge branch 'semantic-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Jun 25, 2018
2 parents e2b39c5 + 846ecdd commit 1cf2a61
Show file tree
Hide file tree
Showing 5 changed files with 2,394 additions and 741 deletions.
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,27 @@ language: node_js

stages:
- prepare cache
- lint
- build
- lint and build
- test
- release

cache:
directories:
- node_modules # NPM packages
- node_modules # NPM packages
- ~/.npm

notifications:
email: false

jobs:
include:
- stage: prepare cache
node_js: node
script: true

- stage: lint
- stage: lint and build
node_js: node
script: npm run lint

- stage: build
node_js: node
script: npm run build

- &test
Expand All @@ -46,4 +47,9 @@ jobs:
node_js: 9

- <<: *test
node_js: node
node_js: node

- stage: release
node_js: node
script:
- npm run semantic-release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![npm](https://img.shields.io/npm/v/npm.svg)](https://github.com/jdalrymple/node-gitlab) [![npm](https://img.shields.io/npm/dt/express.svg)](https://github.com/jdalrymple/node-gitlab) [![dependencies Status](https://david-dm.org/jdalrymple/node-gitlab/status.svg)](https://david-dm.org/jdalrymple/node-gitlab) [![devDependencies Status](https://david-dm.org/jdalrymple/node-gitlab/dev-status.svg)](https://david-dm.org/jdalrymple/node-gitlab?type=dev) [![Greenkeeper badge](https://badges.greenkeeper.io/jdalrymple/node-gitlab.svg)](https://greenkeeper.io/) [![Code Climate](https://codeclimate.com/github/jdalrymple/node-gitlab/badges/gpa.svg)](https://codeclimate.com/github/jdalrymple/node-gitlab) [![Build Status](https://travis-ci.org/jdalrymple/node-gitlab.svg?branch=master)](https://travis-ci.org/jdalrymple/node-gitlab) [![codecov](https://codecov.io/gh/jdalrymple/node-gitlab/branch/master/graph/badge.svg)](https://codecov.io/gh/jdalrymple/node-gitlab) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![npm](https://img.shields.io/npm/v/npm.svg)](https://github.com/jdalrymple/node-gitlab) [![npm](https://img.shields.io/npm/dt/express.svg)](https://github.com/jdalrymple/node-gitlab) [![dependencies Status](https://david-dm.org/jdalrymple/node-gitlab/status.svg)](https://david-dm.org/jdalrymple/node-gitlab) [![devDependencies Status](https://david-dm.org/jdalrymple/node-gitlab/dev-status.svg)](https://david-dm.org/jdalrymple/node-gitlab?type=dev) [![Greenkeeper badge](https://badges.greenkeeper.io/jdalrymple/node-gitlab.svg)](https://greenkeeper.io/) [![Code Climate](https://codeclimate.com/github/jdalrymple/node-gitlab/badges/gpa.svg)](https://codeclimate.com/github/jdalrymple/node-gitlab) [![Build Status](https://travis-ci.org/jdalrymple/node-gitlab.svg?branch=master)](https://travis-ci.org/jdalrymple/node-gitlab) [![codecov](https://codecov.io/gh/jdalrymple/node-gitlab/branch/master/graph/badge.svg)](https://codecov.io/gh/jdalrymple/node-gitlab) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# node-gitlab

Expand Down
Loading

0 comments on commit 1cf2a61

Please sign in to comment.