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

mvdan / sh / 1047
78%

Build:
DEFAULT BRANCH: master
Ran 16 Dec 2017 06:28PM UTC
Jobs 2
Files 22
Run time 44s
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
1047

push

travis-ci

mvdan
syntax: forbid inline array variables

That is:

	foo=(x y z) bar

This makes very little sense, as arrays are a Bash feature and only
string variables can be passed via the environment to a process.

Bash works around this by effectively doing:

	foo='(x y z)' bar

Let's not do the same, and make this be a parse error.

6749 of 7077 relevant lines covered (95.37%)

2211.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1047.1 16 Dec 2017 06:28PM UTC 0
95.37
Travis Job 1047.1
2 1047.2 16 Dec 2017 06:28PM UTC 0
95.37
Travis Job 1047.2
Source Files on build 1047
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1047
  • d6219d31 on github
  • Prev Build on master (#1046)
  • Next Build on master (#1048)
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