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

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

Build:
DEFAULT BRANCH: master
Ran 08 Feb 2019 06:29AM 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:27AM UTC coverage: 98.78%. Remained the same
42.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 -u 0 npm -c "chown <UID> -R /home/node/.npm"
$ docker-compose run --rm --entrypoint sh -u 0 composer -c "chown <UID> -R /composer/cache"
```

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 42.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 34
  • Travis Job 42.3
  • 99e8a792 on github
  • Prev Job for on master (#41.3)
  • Next Job for on master (#43.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