Update .travis.yml

This commit is contained in:
Dennis Dornon 2020-03-09 11:24:44 -06:00 committed by GitHub
parent 880d216ae9
commit 0cd29bafeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,7 @@ cache:
matrix:
include:
- php: 7.4
env: WP_VERSION=latest
- php: 7.4
env: WP_VERSION=trunk
- php: 7.4
env: WP_TRAVISCI=phpcs
env: WP_TRAVISCI=phpcs WP_VERSION=latest
- php: 7.3
env: WP_VERSION=latest
- php: 7.2
@ -32,8 +28,12 @@ matrix:
env: WP_VERSION=latest
- php: 7.0
env: WP_VERSION=latest
- php: 7.4
env: WP_VERSION=trunk
- php: nightly
env: WP_VERSION=trunk
dist: precise
before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
- |