-
i just updated the shippable yml to the new version and i recognized that the environment parameters are not available on the cli with the new setup:
```
language: php
php:
- 5.6
env:
global:
…
-
Currently the module only supports cms and framework projects. I wonder if it is possible to strip it down to support framework only projects? Technically we could if SiteTree is not present we just d…
-
I am trying to log in to keybase using my PGP key, but Keybase can't find GPG.
The output of `keybase -d login` includes this:
```
12:59:26.620187 ▶ [DEBU keybase log.go:30] 02c gpg not an option: g…
-
A few of our latest builds fail because the `xdebug.ini` is missing while it shouldn't. ([Example](https://app.shippable.com/builds/568f690a340dc90c005d2abc)):
```
cp $HOME/.phpenv/versions/$(phpenv …
-
Hi,
I noticed that last few days PHP 7 extension ([php-v8](https://github.com/pinepain/php-v8)) testing with valgrind enabled build starts reporting memory leak, while locally memcheck passed (tested…
-
I'm encountering the same problem as stated in this old issue (#1688) on Travis for a PHP 5.6 build: [build link](https://travis-ci.org/theofidry/LaravelYaml/jobs/114059727).
The PHPUnit version is t…
-
With the new `shippable.yml` format and the Continuous Delivery plan I am seeing permission errors [on build](https://app.shippable.com/runs/56d55940df0cf40c00ad36f6):
```
composer self-update
You ar…
-
Log is included below, it appears runkit is unable to install. Filing for investigation and possible push upstream
> downloading
>
> runkit-1.0.4.tgz ...
>
> Starting to download runkit-1.0.4.tgz…
-
https://github.com/squizlabs/PHP_CodeSniffer/commit/0ade7697cf4a982c08f96957e2fa8a08da140c71 breaks on PHP 5.2 since Composer autoload is not compatible with it.
```
$ if [[ "$PHPLINT" == "1" ]]; the…
Rarst updated
8 years ago
-
Please see https://app.shippable.com/runs/5703bef51c51560c004f746f
The tests all pass but phpunit segfaults when creating the coverage xml.
```
Generating code coverage report in PHPUnit XML format .…