Skip to content

Commit

Permalink
Merge pull request #165 from joemcgill/travis-php7
Browse files Browse the repository at this point in the history
Add PHP7 tests
  • Loading branch information
joemcgill committed Sep 3, 2015
2 parents 5a6fb0c + 6c2d133 commit abb015f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0

env:
- WP_VERSION=latest WP_MULTISITE=0
Expand All @@ -17,6 +18,11 @@ env:
- WP_VERSION=4.0 WP_MULTISITE=0
- WP_VERSION=4.0 WP_MULTISITE=1

allow_failures:
- php: 7.0

fast_finish: true

before_script:
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION

Expand Down

0 comments on commit abb015f

Please sign in to comment.