Skip to content

Commit

Permalink
Merge 5a99589 into 3fd809c
Browse files Browse the repository at this point in the history
  • Loading branch information
farmisen committed May 15, 2016
2 parents 3fd809c + 5a99589 commit 1ab36d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ deploy:
env:
global:
- secure: DGaDDxh76Gv+qmu4SLuQDxmmZMpMiiVdIvveT1d3ly93zrqT7Pb9ur7P8Yz77AxU9UrMHEJ3Be05Uqe8xtTJCIora9io/tX4QLRtIXtRIOA3dYaYNBgXztQT7yzCi6E/L/DZa1+dNaGDpoUnLG0S3vpwhi3YjlWJDhLOfB3Txx0=
- FORCE_COVERALLS=1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Chai HTTP [![Build Status](https://travis-ci.org/chaijs/chai-http.svg?branch=master)](https://travis-ci.org/chaijs/chai-http)
# Chai HTTP [![Build Status](https://travis-ci.org/chaijs/chai-http.svg?branch=master)](https://travis-ci.org/chaijs/chai-http) [![Coverage Status](https://coveralls.io/repos/github/chaijs/chai-http/badge.svg?branch=)](https://coveralls.io/github/chaijs/chai-http?branch=master)

> HTTP integration testing with Chai assertions.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"watch": "npm run build:js -- --watch",
"server": "http-server -o -c-1",
"test": "istanbul cover --report lcovonly _mocha",
"posttest": "if [ -z \"$COVERALLS_REPO_TOKEN\" ]; then cat coverage/lcov.info | coveralls; fi"
"posttest": "if [ -n \"$COVERALLS_REPO_TOKEN\" ] || [ \"${FORCE_COVERALLS}\" = \"1\" ]; then cat coverage/lcov.info | coveralls; fi"
},
"browser": {
"http": false,
Expand Down

0 comments on commit 1ab36d5

Please sign in to comment.