NEW: Add PHP 7.4’s daily snapshot to the travis suite.

This will help avoid any inadvertent 7.4 failures; IMO the sooner we
add new releases to the test mix the better.

If this ends up creating intermittent failures outside of our control
I would recommend rolling back entirely rather than adding to
allowed_failures.
This commit is contained in:
Sam Minnee 2019-03-13 12:58:13 +13:00
parent dfa90715f7
commit 3a6a6e4850
1 changed files with 9 additions and 0 deletions

View File

@ -52,6 +52,15 @@ matrix:
- DB=MYSQL
- PHPUNIT_TEST=framework
- php: 7.4snapshot
env:
- DB=MYSQL
- PHPUNIT_TEST=framework
addons:
apt:
packages:
- libonig-dev
before_script:
# Extra $PATH
- export PATH=~/.composer/vendor/bin:$PATH