Skip to content

Commit a13a171

Browse files
committed
Add travis-ci config file
1 parent ac515bd commit a13a171

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
language: node_js
3+
node_js:
4+
- '10.15.3'
5+
script:
6+
- npm install
7+
- npm test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/matchilling/github-metrics-graphite-exporter.svg?branch=master)](https://travis-ci.org/matchilling/github-metrics-graphite-exporter)
2+
13
# Github PR Metrics Graphite Exporter
24

35
This exporter converts raw GitHub pull request data to time series. The exported data points represent the number of seconds elapsed between the creation of the pull request and the merging of the pull request.

0 commit comments

Comments
 (0)