Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
chore: update dependencies to enable Greenkeeper 🌴 (#198)
Browse files Browse the repository at this point in the history
* chore(travis): whitelist greenkeeper branches
* docs(readme): add Greenkeeper badge
  • Loading branch information
greenkeeper[bot] authored and tunniclm committed Jul 24, 2017
1 parent 949f206 commit 395e39e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ branches:
- master
- develop
- "/^issue.*$/"
- /^greenkeeper/.*$/
node_js:
- '4'
- '6'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# generator-swiftserver

[![Greenkeeper badge](https://badges.greenkeeper.io/IBM-Swift/generator-swiftserver.svg)](https://greenkeeper.io/)

This module is a [Yeoman](http://yeoman.io) generator for creating REST webservices based on the [Kitura web framework](http://kitura.io) with the [Swift](https://swift.org/) language.

This generator and the Yeoman library runs on Node.js and generates a Swift 3 application.
Expand Down

0 comments on commit 395e39e

Please sign in to comment.