Skip to content

Commit

Permalink
Merge 8cb73dd into 2d29863
Browse files Browse the repository at this point in the history
  • Loading branch information
dlepaux committed Sep 24, 2018
2 parents 2d29863 + 8cb73dd commit 72467b0
Show file tree
Hide file tree
Showing 10 changed files with 4,434 additions and 109 deletions.
5 changes: 2 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"presets": [
["es2015"]
],
"plugins": ["transform-object-assign"]
["env"]
]
}
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 'node'
- 'lts/*'
- '9'
- '8'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


[![Greenkeeper badge](https://badges.greenkeeper.io/dlepaux/realtime-bpm-analyzer.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/dlepaux/realtime-bpm-analyzer.svg?branch=master)](https://travis-ci.org/dlepaux/realtime-bpm-analyzer)
[![Coverage Status](https://coveralls.io/repos/github/dlepaux/realtime-bpm-analyzer/badge.svg?branch=master)](https://coveralls.io/github/dlepaux/realtime-bpm-analyzer?branch=master)
[![Build Status](https://travis-ci.org/dlepaux/realtime-bpm-analyzer.svg?branch=feature/continuous-analysis)](https://travis-ci.org/dlepaux/realtime-bpm-analyzer)
[![Coverage Status](https://coveralls.io/repos/github/dlepaux/realtime-bpm-analyzer/badge.svg?branch=feature/continuous-analysis)](https://coveralls.io/github/dlepaux/realtime-bpm-analyzer?branch=feature/continuous-analysis)
[![npm](https://img.shields.io/npm/l/express.svg)]()
[![Join the chat at https://gitter.im/realtime-bpm-analyzer/Lobby](https://badges.gitter.im/realtime-bpm-analyzer/Lobby.svg)](https://gitter.im/realtime-bpm-analyzer/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
Loading

0 comments on commit 72467b0

Please sign in to comment.