Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
update .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
rodica-andronache committed Aug 6, 2019
1 parent 009513e commit c87d781
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ php:
- '7.1'
- '7.0'
- '5.6'
- '5.5'
- '5.4'
matrix:
include:
- php: '5.3'
dist: precise
env: WP_VERSION=5.1.1
- php: '5.4'
dist: precise
env: WP_VERSION=5.1.1
- php: '5.5'
dist: precise
env: WP_VERSION=5.1.1
sudo: false
branches:
except:
Expand Down

0 comments on commit c87d781

Please sign in to comment.