From 7dc5f0d712bfa558a05b89d70c6622617aa5adf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=BCtte?= Date: Tue, 10 Jun 2014 14:33:55 +0000 Subject: [PATCH] travis: more WP versions --- .travis.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61ce1dc..2f5018d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,16 +6,14 @@ php: - 5.5 - 5.6 - hhvm - - hhvm-nightly - -os: - - linux - - osx env: - - WP_VERSION=latest WP_MULTISITE=0 + - 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 + - bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION + - fgrep wp_version $WP_TESTS_DIR/wp-includes/version.php script: phpunit