Unverified Commit 02690532 authored by Joe Hoyle's avatar Joe Hoyle
Browse files

Merge branch 'master' into pdf-fix

parents 9b856dd9 22526114
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@ notifications:
  email: false

php:
  - 5.5
  - 7.0

env:
  - WP_VERSION=latest WP_MULTISITE=0

matrix:
  include:
    - php: 5.5
    - php: 7.0
      env: WP_VERSION=latest WP_MULTISITE=1

# Clones WordPress and configures our testing environment.