• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bradleyfalzon / gopherci / 291
59%
master: 61%

Build:
Build:
LAST BUILD BRANCH: review-no-approve
DEFAULT BRANCH: master
Ran 28 Jul 2017 01:23AM UTC
Jobs 1
Files 18
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
291

push

travis-ci

bradleyfalzon
.travis.yml to use master to workaround gocoveralls bug

We're going to force Travis CI to use master (ideally just
need Go 1.9+), because goveralls is failing because go list ./...
is failing because one vendored package uses github.com/Sirupsen/logrus
and another uses github.com/sirupsen/logrus.

can't load package: package github.com/bradleyfalzon/gopherci/vendor/github.com/docker/docker/pkg/term/windows: case-insensitive import collision: "github.com/bradleyfalzon/gopherci/vendor/github.co
m/Sirupsen/logrus" and "github.com/bradleyfalzon/gopherci/vendor/github.com/sirupsen/logrus"

Goveralls does this to get the list of packages to test, but as we
only test non-vendored packages, we can safely ignore them.

In Go 1.9+, go list (along with other tools) will ignore vendor
directories, thus working around this issue until dependencies
can consistently import logrus.

I'm not convinced this is the best solution at all, but it's
resolving the issue and I can move forward.

917 of 1546 relevant lines covered (59.31%)

2.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 291.1 (GOOGLE_APPLICATION_CREDENTIALS=/tmp/gcloud-GopherCI-dev.json) 28 Jul 2017 01:22AM UTC 0
59.31
Travis Job 291.1
Source Files on build 291
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #291
  • 66babb31 on github
  • Prev Build on godep (#290)
  • Next Build on godep (#294)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc