Skip to content

Commit

Permalink
chore(travis): use commentator to comment perf results
Browse files Browse the repository at this point in the history
fixes #116
  • Loading branch information
tusharmath committed Jan 29, 2017
1 parent 6d2e5bb commit 6664622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ notifications:
node_js:
- 'stable'
before_install:
- npm i -g typings
- npm i -g typings commentator
- typings install
- npm i -g npm@^2.0.0
before_script:
- npm prune
- npm run benchmark | node ./travis-comment
- npm run benchmark | commentator
- npm run coverage
after_success:
- npm run semantic-release
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"benchmark": "^2.1.2",
"browserify": "^13.1.0",
"cli-table2": "^0.2.0",
"commentator": "^1.0.5",
"coveralls": "^2.11.14",
"cz-conventional-changelog": "^1.2.0",
"ghooks": "^2.0.0",
Expand Down
39 changes: 0 additions & 39 deletions travis-comment.ts

This file was deleted.

0 comments on commit 6664622

Please sign in to comment.