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

mbtproject / mbt / 525
85%

Build:
DEFAULT BRANCH: master
Ran 07 Jul 2018 02:10AM UTC
Jobs 2
Files 17
Run time 1min
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
525

push

travis-ci

buddyspike
[feat] Default build command

We can now define a single default build command
to run on any system if the system doesn't have
a specific command defined in the spec.

```yaml
name: example-app
build:
  default:
    cmd: ./generic-script.sh
  windows:
    cmd: powershell
    args:
      - "-ExecutionPolicy"
      - "Bypass"
      - "-File"
      - ".\\build.ps1"
```

The above example spec would run the generic script on all OSs
except on windows where it would the custom defined script

Closes #84

1300 of 1526 relevant lines covered (85.19%)

166.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 525.1 07 Jul 2018 02:10AM UTC 0
85.19
Travis Job 525.1
2 525.2 07 Jul 2018 02:11AM UTC 0
84.99
Travis Job 525.2
Source Files on build 525
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #525
  • f53f1960 on github
  • Prev Build on master (#523)
  • Next Build on master (#526)
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