Commit 3e42307e authored by Joe Hoyle's avatar Joe Hoyle
Browse files

Let's with latest PHP, AWS SDK is 5.4+

parent 51cd7240
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4,8 +4,6 @@
language: php

php:
  - 5.2
  - 5.3
  - 5.5

env:
@@ -13,7 +11,7 @@ env:

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

# Clones WordPress and configures our testing environment.