File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,6 @@ before_deploy:
43
43
- rm -rf target/package/
44
44
- cargo package --verbose
45
45
46
- after_success :
47
- - |
48
- travis-cargo coverage --no-sudo -- --features "iron-handlers expose-test-schema"
49
- ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/juniper-*
50
-
51
46
- |
52
47
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false -a "$TRAVIS_RUST_VERSION" = stable ]; then
53
48
set -e
Original file line number Diff line number Diff line change 4
4
5
5
[ ![ Build Status] ( https://travis-ci.org/mhallin/juniper.svg?branch=master )] ( https://travis-ci.org/mhallin/juniper )
6
6
[ ![ Crates.io] ( https://img.shields.io/crates/v/juniper.svg?maxAge=2592000 )] ( https://crates.io/crates/juniper )
7
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/mhallin/juniper/badge.svg?branch=master )] ( https://coveralls.io/github/mhallin/juniper?branch=master )
8
7
9
8
---
10
9
You can’t perform that action at this time.
0 commit comments