Skip to content

Commit fe002cd

Browse files
committed
Update WordPress version
1 parent 6504ac2 commit fe002cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
# Setup WP_TESTS_DIR (needed to bootstrap WP PHPUnit tests).
1616
- export WP_TESTS_DIR=/tmp/wordpress/tests/phpunit/
1717
# Clone the WordPress develop repo.
18-
- git clone --depth=1 --branch="4.3" git://develop.git.wordpress.org/ /tmp/wordpress/
18+
- git clone --depth=1 --branch="4.9" git://develop.git.wordpress.org/ /tmp/wordpress/
1919
# Setup DB.
2020
- mysql -e "CREATE DATABASE wordpress_test;" -uroot
2121
# Setup wp-config.

0 commit comments

Comments
 (0)