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

tflori / riki-community / 41
98%

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

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

Jobs
ID Job ID Ran Files Coverage
1 41.1 08 Feb 2019 06:14AM UTC 0
99.54
Travis Job 41.1
3 41.3 08 Feb 2019 06:14AM UTC 0
98.78
Travis Job 41.3
Source Files on build 41
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #41
  • a62070e7 on github
  • Prev Build on master (#40)
  • Next Build on master (#42)
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