Skip to content

Commit

Permalink
Update WordPress version
Browse files Browse the repository at this point in the history
  • Loading branch information
keesiemeijer committed Jun 11, 2018
1 parent 6504ac2 commit fe002cd
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.3" git://develop.git.wordpress.org/ /tmp/wordpress/
- git clone --depth=1 --branch="4.9" 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 fe002cd

Please sign in to comment.