Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added builds against PHP nightly on Travis #3814

Merged
merged 8 commits into from Jan 18, 2020
9 changes: 4 additions & 5 deletions .travis.yml
@@ -1,11 +1,10 @@
language: php
sudo: false
dist: xenial
dist: bionic
lcobucci marked this conversation as resolved.
Show resolved Hide resolved

cache:
directories:
- vendor
- $HOME/.composer/cache
directories:
- vendor
- $HOME/.composer/cache

before_install:
- phpenv config-rm xdebug.ini || true
Expand Down