Unverified Commit 29ca6e7d authored by Joe Hoyle's avatar Joe Hoyle
Browse files

Upgrade travis CI to php 7.0

parent 70d50a23
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.