Changeset 5991
- Timestamp:
- 04/02/2016 05:38:14 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r5987 r5991 26 26 - WP_VERSION=4.1 27 27 - WP_VERSION=4.0 28 - WP_VERSION=3.929 - WP_VERSION=3.830 - WP_VERSION=3.731 28 32 29 # Build matrix options … … 44 41 - php: 7.0 45 42 env: WP_VERSION=4.0 46 - php: 7.047 env: WP_VERSION=3.948 - php: 7.049 env: WP_VERSION=3.850 - php: 7.051 env: WP_VERSION=3.752 43 allow_failures: 53 44 - php: nightly … … 75 66 - sed -i "s/yourusernamehere/root/" wp-tests-config.php 76 67 - sed -i "s/yourpasswordhere//" wp-tests-config.php 77 # disable WP_DEBUG for PHP >= 5.5 due to ext/mysqli E_DEPRECATED errors78 - if [[ "$TRAVIS_PHP_VERSION" > 5.4* ]] && [[ "$WP_VERSION" == "3.7" ]] ; then sed -i "s:define( 'WP_DEBUG://define( 'WP_DEBUG:" wp-tests-config.php; fi;79 68 # set up database 80 69 - mysql -e 'CREATE DATABASE wordpress_test;' -uroot -
trunk/src/readme.txt
r5990 r5991 2 2 Contributors: matt, johnjamesjacoby, jmdodd, netweb 3 3 Tags: forums, discussion, support, theme, akismet, multisite 4 Requires at least: 3.64 Requires at least: 4.0 5 5 Tested up to: 4.5 6 6 Stable tag: 2.5.8
Note: See TracChangeset
for help on using the changeset viewer.