Skip to content

Commit

Permalink
add PHP7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcgill committed Aug 29, 2015
1 parent 5ca463e commit 6c2d133
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 6c2d133

Please sign in to comment.