Skip to content

Commit

Permalink
Merge pull request #2 from chdanielmueller/master
Browse files Browse the repository at this point in the history
Some fixes
  • Loading branch information
chdanielmueller committed Jun 9, 2015
2 parents 64b3121 + 4c0a6e0 commit baa0c48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# swagger-jsdoc

[![Circle CI](https://img.shields.io/circleci/project/Surnet/swagger-jsdoc/master.svg)](https://circleci.com/gh/Surnet/swagger-jsdoc)
[![Codacy Badge](https://img.shields.io/codacy/c5d3d458d11a4fb88b55cd527b1c708f.svg)](https://www.codacy.com/app/Surnet/swagger-jsdoc)
[![Dependency Status](https://img.shields.io/gemnasium/Surnet/swagger-jsdoc.svg)](https://gemnasium.com/Surnet/swagger-jsdoc)
[![Documentation Status](http://inch-ci.org/github/Surnet/swagger-jsdoc.svg?branch=master&style=flat)](http://inch-ci.org/github/Surnet/swagger-jsdoc)

**swagger-jsdoc** enables to integrate [Swagger](http://swagger.io) using JSDoc.

## Supported Swagger Versions
Expand Down
14 changes: 7 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## General settings
general:
artifacts:
artifacts:
- "jsdoc"

## Customize the test machine
machine:
timezone: Europe/Zurich # Set the timezone
node:
version: 0.12.0 # Version of node to use
environment: # Add some environment variables
JUNIT_REPORT_PATH: "$CIRCLE_TEST_REPORTS/junit/test-results.xml"
JUNIT_REPORT_STACK: 1
CODACY_REPO_TOKEN: "---------------------"
node:
version: 0.12.0 # Version of node to use
environment: # Add some environment variables
JUNIT_REPORT_PATH: "$CIRCLE_TEST_REPORTS/junit/test-results.xml"
JUNIT_REPORT_STACK: 1
CODACY_REPO_TOKEN: "a64579ce1f114344a745eb24df33ecd5"

## Customize dependencies
dependencies:
Expand Down

0 comments on commit baa0c48

Please sign in to comment.