-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I have read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
### Issue …
-
When using numpy with `dist: trusty` and Python 2.7, I'm getting errors of the kind
```
undefined symbol: PyUnicodeUCS2_FromUnicode
```
see https://travis-ci.org/nschloe/matplotlib2tikz/jobs/8552491…
-
### Please always follow these steps:
- [x] Confirmed this is a problem with Homebrew/brew and not one or more formulae? If it's a formulae-specific problem please file this issue at https://github.c…
-
It works fine on Travis workers with php 5.3 (PHP 5.3.29), but those for php 5.3.3 are failing. Maybe configuration got out of sync (or defaults changed).
https://travis-ci.org/Krinkle/php-cssjanus/j…
-
We are getting random build failers on travis.
```console
travis_fold:start:worker_info
[0K[33;1mWorker information[0m
hostname: cb72b95d-4c49-4425-8f4f-282ef6e28b0e@1.i-0ac08c4-production-2…
-
What is the expected behavior with regards to strict type checking? PHP7 defaults to “coercive mode” while hhvm.php7.all = 1 appears to act like "strict mode" in this example?
### HHVM Version
HHVM …
-
As per subject I am having difficulties in compiling using custom configure options. I am using phpenv and I did tried to use both
``` bash
~ phpenv install 7.1.0RC2 --with-openssl=/usr/local/opt/ope…
-
We received a report of a `php` build using config like:
``` yaml
language: php
dist: trusty
sudo: required
php: 5.6
before_install: "printf \"autodetect\\n\" | pecl install vendor/imagick-3.1.2.tgz"…
-
From simple deployment pipelines, to complex testing groups, the world is your CI and CD oyster with Build Stages.
Build Stages allows you and your team to compose groups of Jobs which are only sta…
joshk updated
7 years ago
-
Sometimes I have docker containers that are only supposed to run once and return a result.
Right now it's not possible since it's forced to run in a background process.
Currently I have to do a tw…