Skip to content

Commit

Permalink
Temporarily (I hope) remove PHP 5.2 from tests being run on travis-ci
Browse files Browse the repository at this point in the history
Travis-ci has disabled PHP 5.2. This has happened before when 5.2 didn't compile and then was restored when that was fixed.

upstream: travis-ci/travis-ci#3152
related: WP-API/WP-API#846

See #31244.


Built from https://develop.svn.wordpress.org/trunk@31350


git-svn-id: http://core.svn.wordpress.org/trunk@31331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
jorbin committed Feb 6, 2015
1 parent 9a56a18 commit ee17d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31349';
$wp_version = '4.2-alpha-31350';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit ee17d68

Please sign in to comment.