From 45a37680ee0e5cddb85f20c53ad310908c20cb82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=BCtte?= Date: Tue, 10 Jun 2014 15:03:45 +0000 Subject: [PATCH] Revert "travis: try some older WP versions" This reverts commit 66d9c966e708adc74593a169e4b2a4aff6520b08. --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f749fde..baa36f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,15 @@ language: php php: - 5.3 + - 5.4 - 5.5 + - 5.6 + - hhvm env: - - WP_VERSION=3.0.6 - - WP_VERSION=3.5.2 - - WP_VERSION=3.6.1 + - WP_VERSION=3.7 + - WP_VERSION=3.8 + - WP_VERSION=latest before_script: - bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION