Skip to content

Commit

Permalink
Update file(s) from wp-cli/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jul 5, 2020
1 parent e5aa8af commit a101e4c
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
sudo: false
dist: trusty
os: linux
dist: xenial

language: php
php: 7.2
php: 7.4

services:
- mysql

notifications:
email:
Expand Down Expand Up @@ -45,11 +48,12 @@ script:

jobs:
include:
- stage: sniff
script:
- composer lint
- composer phpcs
env: BUILD=sniff
- stage: test
php: 7.4
env: WP_VERSION=latest
- stage: test
php: 7.3
env: WP_VERSION=latest
- stage: test
php: 7.2
env: WP_VERSION=latest
Expand All @@ -64,7 +68,8 @@ jobs:
env: WP_VERSION=latest
- stage: test
php: 5.6
env: WP_VERSION=trunk
env: WP_VERSION=3.7.11
dist: trusty
- stage: test
php: 5.4
env: WP_VERSION=5.1
php: 5.6
env: WP_VERSION=trunk

0 comments on commit a101e4c

Please sign in to comment.