From b21d0efeb6840d76868e307608ccbf645782166c Mon Sep 17 00:00:00 2001 From: scribu Date: Mon, 25 Feb 2013 18:52:28 +0200 Subject: [PATCH] re-order lines in .travis.yml template to make them more readable --- templates/.travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/.travis.yml b/templates/.travis.yml index 89d1fe96..a34cedf7 100644 --- a/templates/.travis.yml +++ b/templates/.travis.yml @@ -6,9 +6,9 @@ php: env: - WP_VERSION=master WP_MULTISITE=0 - - WP_VERSION=3.4.2 WP_MULTISITE=0 - WP_VERSION=master WP_MULTISITE=1 - - WP_VERSION=3.4.2 WP_MULTISITE=1 + - WP_VERSION=3.5.1 WP_MULTISITE=0 + - WP_VERSION=3.5.1 WP_MULTISITE=1 before_install: - git submodule update --init --recursive @@ -16,8 +16,8 @@ before_install: before_script: # set up WP install - WP_CORE_DIR=/tmp/wordpress/ - - wget -nv -O /tmp/wordpress.tar.gz https://github.com/WordPress/WordPress/tarball/$WP_VERSION - mkdir -p $WP_CORE_DIR + - wget -nv -O /tmp/wordpress.tar.gz https://github.com/WordPress/WordPress/tarball/$WP_VERSION - tar --strip-components=1 -zxmf /tmp/wordpress.tar.gz -C $WP_CORE_DIR - plugin_slug=$(basename $(pwd)) - plugin_dir=$WP_CORE_DIR/wp-content/plugins/$plugin_slug -- 2.11.0