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

noahmorrison / chevron / 30
95%
master: 99%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 15 Jan 2015 07:56PM UTC
Jobs 5
Files 5
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
30

push

travis-ci

noahmorrison
Fixed _get_key returning prematurely.

Variables where clobbering other variables... badness happened

When given

```child.ms
{{# container }}
    {{ sibbling.child }}
{{/ container}}
```

```child.json
{
    "container": [1,2,3],
    "sibbling": {
        "child": "Just me."
    }
}
```

it was returning

```wrong.txt
 {'child': 'Just me.'}
 {'child': 'Just me.'}
 {'child': 'Just me.'}
```

but now returns

```correct.txt
  Just me.
  Just me.
  Just me.
```

241 of 254 relevant lines covered (94.88%)

4.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30.1 15 Jan 2015 07:58PM UTC 0
92.52
Travis Job 30.1
2 30.2 15 Jan 2015 07:58PM UTC 0
92.52
Travis Job 30.2
3 30.3 15 Jan 2015 07:58PM UTC 0
94.88
Travis Job 30.3
4 30.4 15 Jan 2015 07:57PM UTC 0
94.88
Travis Job 30.4
5 30.5 15 Jan 2015 07:56PM UTC 0
94.88
Travis Job 30.5
Source Files on build 30
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #30
  • ddce492b on github
  • Prev Build on debugger (#29)
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