Skip to content

Commit

Permalink
build: fix wordpress version on lower php environments
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed May 27, 2019
1 parent 6bdbe1e commit a7a078c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,25 @@ jobs:
- composer install
- composer run-script lint
- php: 5.2
env:
- WP_VERSION=5.1.1
dist: precise
script:
- ./bin/run-unit-tests.sh
- php: 5.3
env:
- WP_VERSION=5.1.1
dist: precise
script:
- ./bin/run-unit-tests.sh
- php: 5.4
env:
- WP_VERSION=5.1.1
script:
- ./bin/run-unit-tests.sh
- php: 5.5
env:
- WP_VERSION=5.1.1
script:
- ./bin/run-unit-tests.sh
- php: 5.6
Expand Down

0 comments on commit a7a078c

Please sign in to comment.