Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #158 from mulesoft/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
jstoiko authored Apr 2, 2018
2 parents eb0a9bf + c026394 commit 39ec5bf
Show file tree
Hide file tree
Showing 9 changed files with 4,563 additions and 38 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ sudo: false

language: node_js

notifications:
email:
on_success: never
on_failure: change

node_js:
- "4"
- "6"
- "8"
- "lts/*"

cache:
directories:
- node_modules
- $HOME/.npm

after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Osprey

[![Greenkeeper badge](https://badges.greenkeeper.io/mulesoft/osprey.svg)](https://greenkeeper.io/)

[![NPM version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
Expand Down
2 changes: 1 addition & 1 deletion bin/osprey.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var argv = require('yargs')
.usage(
'Generate an API proxy from a RAML definition.\n\n' +
'Usage: $0 -f [file] -a [address] -p [port number]'
)
)
.demand(['a', 'f', 'p'])
.describe('a', 'Proxy endpoint address')
.describe('f', 'Path to the RAML definition')
Expand Down
Loading

0 comments on commit 39ec5bf

Please sign in to comment.