Skip to content

Commit

Permalink
Allow travis failures on php 7.0 (need to fix in the future)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Mar 13, 2017
1 parent 7e5c352 commit 5d7a076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ matrix:
php: 7.0
- env: WP_VERSION=3.8 WP_MULTISITE=1
php: 7.0
- env: WP_VERSION=latest WP_MULTISITE=0
php: 7.0
- env: WP_VERSION=latest WP_MULTISITE=1
php: 7.0

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

0 comments on commit 5d7a076

Please sign in to comment.