Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
remove debug call from goveralls. added bitbucket library to glide.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jul 20, 2017
1 parent b1a2293 commit 3fc89e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
-e "CIRCLE_PR_NUMBER" \
-e "CI_PULL_REQUEST" \
analogj/capsulecd-build:base \
goveralls -ignore="cmd,vendor" -v -debug -flags="-tags='static'" -service=circle-ci -repotoken=$COVERALLS_TOKEN
goveralls -ignore="cmd,vendor" -v -flags="-tags='static'" -service=circle-ci -repotoken=$COVERALLS_TOKEN
docker run -e "CI=true" \
-e "COVERALLS_TOKEN" \
Expand Down
4 changes: 3 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ import:
- libgit2
- package: github.com/Masterminds/semver
version: ^1.3.1
- package: github.com/ktrysmt/go-bitbucket
version: ^0.2.1
testImport:
- package: github.com/seborama/govcr
version: ^2.3.0
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert
- assert

0 comments on commit 3fc89e4

Please sign in to comment.