freifunkmeta/.travis.yml

17 lines
290 B
YAML
Raw Normal View History

2014-05-26 15:35:17 +02:00
language: php
php:
- 5.3
2014-05-26 15:35:17 +02:00
- 5.5
env:
2014-06-10 17:00:36 +02:00
- WP_VERSION=3.0.6
- WP_VERSION=3.5.2
- WP_VERSION=3.6.1
2014-05-26 15:35:17 +02:00
before_script:
2014-06-10 16:33:55 +02:00
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
2014-06-10 16:51:22 +02:00
- fgrep wp_version /tmp/wordpress/wp-includes/version.php
2014-05-26 15:35:17 +02:00
script: phpunit