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

tflori / riki-community / 41 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 08 Feb 2019 06:14AM UTC
Files 2
Run time 0s
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

08 Feb 2019 06:12AM UTC coverage: 98.78% (-0.8%) from 99.541%
41.3

push

travis-ci

tflori
update docker-compose example and switch to latest ph7-fpm image

Caution: the newer php7-fpm image requires you to setup the user in
compose file with user instead of environment.UID.

The new compose file also has a problem with the volumes created
for composer cache and npm cache: they are owned by root and so npm and
composer can not write. Unfortunately this can not be changed in compose
file - you have to execute:

```console
$ docker-compose run --rm --entrypoint sh npm -c "chown <UID> -R /home/npm"
$ docker-compose run --rm --entrypoint sh composer -c "chown <UID> -R /composer"
```

28 of 28 branches covered (100.0%)

Branch coverage included in aggregate %.

53 of 54 relevant lines covered (98.15%)

11.98 hits per line

Source Files on job 41.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 33
  • Travis Job 41.3
  • a62070e7 on github
  • Prev Job for on master (#40.1)
  • Next Job for on master (#42.3)
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