Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
Remove PHP 5.3 from Travis matrix, add PHP7.1
Browse files Browse the repository at this point in the history
Travis no longer supports testing against pre-installed PHP5.3, and we
don't have to either. Updating the build matric so new tests can pass
(see #78 (comment))
  • Loading branch information
goldenapples committed Sep 7, 2017
1 parent ae51709 commit f6b951a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ notifications:
on_success: never
on_failure: change

php:
- 5.3
- 5.5

env:
- WP_VERSION=latest WP_MULTISITE=0

matrix:
include:
- php: 5.3
- php: 5.6
env: WP_VERSION=latest WP_MULTISITE=1
- php: 7.1
env: WP_VERSION=latest WP_MULTISITE=0

cache:
- composer
Expand All @@ -25,7 +23,7 @@ cache:
before_script:
- composer install
- npm install
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION

script:
- grunt phpcs
Expand Down

0 comments on commit f6b951a

Please sign in to comment.