Skip to content

Commit

Permalink
Upgrade travis CI to php 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed May 15, 2018
1 parent 70d50a2 commit 29ca6e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -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.
Expand All @@ -27,4 +27,4 @@ script:

after_script:
# Push coverage off to Codecov
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 29ca6e7

Please sign in to comment.