Skip to content

Commit

Permalink
docs(changelog): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 31, 2016
1 parent ef3af1d commit 31f6284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### master

// Add your own contribution below
* Support `danger run -ci` to specify external CI provider -kwonoj

### 0.7.4

Expand Down Expand Up @@ -33,7 +34,7 @@

This does two things, makes it feasible to do [hosted-danger](https://github.com/danger/peril) and
makes it possible to write your Dangerfile in a way that's consistent with the rest of your JavaScript. - orta

* Add tests directory to .npmignore - macklinu
* Update to Jest 18 - macklinu

Expand Down
3 changes: 2 additions & 1 deletion source/ci_source/providers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ import Semaphore from "./Semaphore"
import Jenkins from "./Jenkins"
import Fake from "./Fake"

export default [Travis, Circle, Semaphore, Jenkins, Fake]
const providers: Array<any> = [Travis, Circle, Semaphore, Jenkins, Fake]
export default providers

0 comments on commit 31f6284

Please sign in to comment.