-
A recent [patch](https://github.com/sebastianbergmann/phpunit/commit/8a02e9f4411a8cdcd8ddfdc6ecfb86b0b64454bb) in PHPUnit now causes the error below to be thrown when tests are run on PHP 5.6
```
…
-
See [this build](https://travis-ci.org/WordPoints/wordpoints/jobs/153832282#L278):
```
There was 1 failure:
1) WordPoints_Points_Hook_Extension_Legacy_Periods_Test::test_should_hit_period_over_point…
-
Hi there,
I've been having a new issue on a build with RabbitMQ. Seems like PHP can't find the AMQP extension file.
`PHP Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/v…
-
We would like to add support of PHP 7, we could assist you in that without knowledge of Scala and with knowledge of PHP. Is it a possible?
ghost updated
7 years ago
-
It should (?) be possible to get PHP builds running – just haven't had any time to look into getting a PHP bundle on Lambda.
Questions include whether we can try to get `phpenv` running, and what PHP…
mhart updated
8 years ago
-
I have a test case it fails because I use dba functions. What I need to do for enable this feature?
-
https://github.com/travis-ci/travis-ci/issues/6451
Be sure to run `phpenv global 5.6` (or whatever is appropriate) after setting up all PHP runtimes.
-
Hi,
The following commands kind of installs rbenv instead of phpenv?
Yves-MBP:~ yves$ rm -rf ~/.phpenv
Yves-MBP:~ yves$ brew install phpenv
==> Installing phpenv from homebrew/homebrew-php
==> Downl…
-
My system information:
* Operating system type: macOS
* Operating system version: 10.12.1
* BLT version: 8.5.2
When I run this command:
- Travis CI build/test.
I get the following output:
…
-
I would like to have an early return for my build according to some env vars. I noticed I can achieve this with using travis_terminate - but unfortunately this doen't call any other stage but kills th…