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

oconnor663 / duct / 113
100%

Build:
DEFAULT BRANCH: master
Ran 04 Mar 2016 03:39PM UTC
Jobs 7
Files 1
Run time 3min
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
113

push

travis-ci

oconnor663
get rid of .then() and .pipe()'s implicit cmd() syntax

Previously you could do this:

    cmd('echo', 'hi').pipe('grep', 'hi')

Now you need to do this:

    cmd('echo', 'hi').pipe(cmd('grep', 'hi'))

Several reasons for removing this feature:
- It makes cmd() and sh() more similar.
- Pipelines are much more common in Bash than they are in Python+duct,
  because Bash needs them for basic string manipulations and Python
  doesn't. So pipeline-specific syntactic sugar isn't so valuable.
- This syntax wouldn't translate well to statically typed languages like
  Rust.

If we decide we want this back, I might prefer new methods like
`then_cmd` and `pipe_sh`. But I kinda doubt we'll miss it.

323 of 327 relevant lines covered (98.78%)

6.84 hits per line

Jobs
ID Job ID Ran Files Coverage
2 113.2 04 Mar 2016 03:39PM UTC 0
98.17
Travis Job 113.2
3 113.3 04 Mar 2016 03:39PM UTC 0
97.55
Travis Job 113.3
4 113.4 04 Mar 2016 03:39PM UTC 0
97.25
Travis Job 113.4
5 113.5 04 Mar 2016 03:40PM UTC 0
97.25
Travis Job 113.5
6 113.6 04 Mar 2016 03:42PM UTC 0
98.17
Travis Job 113.6
7 113.7 04 Mar 2016 03:42PM UTC 0
98.17
Travis Job 113.7
8 113.8 04 Mar 2016 03:42PM UTC 0
97.25
Travis Job 113.8
Source Files on build 113
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #113
  • 3f849388 on github
  • Prev Build on master (#112)
  • Next Build on master (#114)
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