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

tflori / riki-community / 42
98%

Build:
DEFAULT BRANCH: master
Ran 08 Feb 2019 06:29AM UTC
Jobs 2
Files 2
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
42

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

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