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

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

Build:
DEFAULT BRANCH: master
Ran 08 Feb 2019 06:14AM UTC
Files 32
Run time 2s
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: 99.541%. Remained the same
41.1

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"
```

434 of 436 relevant lines covered (99.54%)

11.89 hits per line

Source Files on job 41.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 33
  • Travis Job 41.1
  • 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