Skip to content

Commit

Permalink
added 3.5 branch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
soulseekah committed Jul 18, 2013
1 parent 57cef48 commit 164cc61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,9 +5,11 @@ php:
- 5.4
env:
- WP_VERSION=3.4.1 GFVERSION=1.6.12
- WP_VERSION=3.5.2 GFVERSION=1.6.12
- WP_VERSION=master GFVERSION=1.6.12

- WP_VERSION=3.4.1 GFVERSION=1.7.3
- WP_VERSION=3.5.2 GFVERSION=1.7.3
- WP_VERSION=master GFVERSION=1.7.3

before_script:
Expand Down
2 changes: 1 addition & 1 deletion tests/init-test-environment.sh
Expand Up @@ -21,7 +21,7 @@ mkdir -p $WORKING_DIR

cd $WORKING_DIR

wget -nv -O wordpress.tar.gz https://github.com/WordPress/WordPress/tarball/3.4.1
wget -nv -O wordpress.tar.gz https://github.com/WordPress/WordPress/tarball/3.5.2
mkdir wordpress
tar --strip-components=1 -zxmf wordpress.tar.gz -C wordpress
svn co --ignore-externals --quiet http://unit-tests.svn.wordpress.org/trunk/ wordpress_tests
Expand Down

0 comments on commit 164cc61

Please sign in to comment.