-
Do you need to add any software?
-
It should be nice to improve the travis-ci build as described in #197:
Here is an example. The goal consists in testing both symfony 2.5 and symfony 3, for each version of PHP:
```
language: php
su…
-
Enabling xdebug with php7.0.4 does not work like the docs suggests:
``` bash
$ sed -i 's/^;//' /opt/circleci/php/$(phpenv global)/etc/conf.d/xdebug.ini
sed: can't read /opt/circleci/php/7.0.4/etc/con…
-
It would be nice to be able to get and automatically split a list of values into an array.
Example:
`ENV_VAR_NAME=abc,123,xyz`
```
$result = PhpEnv::getArray('ENV_VAR_NAME');
var_dump($result);…
-
@subins2000
We got a Travis build error in the **`phpunit`** command:
- Link: https://travis-ci.org/LobbyOS/lobby/jobs/106017837
``` bash
Using worker: worker-linux-docker-92e2ad6b.prod.travis-ci.o…
-
```
Build system information
Build language: cpp
Build group: stable
Build dist: trusty
Build id: 240586502
Job id: 240586513
travis-build version: 4183c5148
Build image provisioning date and …
-
I have a fix listed at the end. I'm mostly leaving this here in case someone gets a similar issue.
My system information:
* Operating system type: Travis CI
* Operating system version: unknown
*…
-
Entire TravisCI log:
Worker information
hostname: f35b2400-6b1c-4285-ad26-af39f4c7c40d@1.production-5-worker-org-c-3-gce
version: v3.1.0 https://github.com/travis-ci/worker/tree/5b106cb7738022770…
-
### Description
Running `pickle install mongodb` results in the following error:
````
root@00b966884cbc:~# pickle install mongodb
- Installing mongodb (latest-stable): Downloading (100%)
…
-
> Travis CI build log: https://travis-ci.org/LobbyOS/lobby/jobs/154797953
- Tutorial / Docs: https://docs.travis-ci.com/user/languages/php#Apache-%2B-PHP
- Travis CI file: https://github.com/LobbyOS/l…