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

mbland / go-script-bash / 769
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: multiple-script-dirs
DEFAULT BRANCH: master
Ran 30 Sep 2017 04:04PM UTC
Jobs 1
Files 68
Run time 3s
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
769

push

travis-ci

mbland
.appveyor.yml: Fix breakage via `bash -c`

The following test cases failed in the initial build:

  https://ci.appveyor.com/project/mbland/go-script-bash/build/v1.6.0.1

  log/log-command: fatal status for subcommand of command in another
    language
  vars: run perl script; _GO_* variables are exported

The failures were due to `/tmp` getting expanded to
`C:/Users/appveyor/AppData/Local/Temp/1` and `/c` getting expanded to
`C:`. This is probably because running `bash ./go` directly is setting
`BASH` and other variables using the native path format, rather than the
MSYS2 Unix-like translation.

Launching the `./go` script via `bash -c` should fix this, by ensuring
`./go` launches inside a MSYS2 `bash` process that sets the paths to
the Unix-like format.

3214 of 3378 relevant lines covered (95.15%)

250.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 769.1 30 Sep 2017 04:04PM UTC 0
95.15
Travis Job 769.1
Source Files on build 769
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #769
  • 34452a8e on github
  • Prev Build on appveyor (#767)
  • Next Build on appveyor (#771)
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