Skip to content

Commit

Permalink
Revert "Update WordPress version"
Browse files Browse the repository at this point in the history
This reverts commit fe002cd.
  • Loading branch information
keesiemeijer authored and sebastienserre committed Mar 19, 2021
1 parent 0eb466e commit e03c42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
# Setup WP_TESTS_DIR (needed to bootstrap WP PHPUnit tests).
- export WP_TESTS_DIR=/tmp/wordpress/tests/phpunit/
# Clone the WordPress develop repo.
- git clone --depth=1 --branch="4.9" git://develop.git.wordpress.org/ /tmp/wordpress/
- git clone --depth=1 --branch="4.3" git://develop.git.wordpress.org/ /tmp/wordpress/
# Setup DB.
- mysql -e "CREATE DATABASE wordpress_test;" -uroot
# Setup wp-config.
Expand Down

0 comments on commit e03c42a

Please sign in to comment.