freifunkmeta/.travis.yml

19 lines
297 B
YAML
Raw Permalink Normal View History

2014-05-26 15:35:17 +02:00
language: php
php:
- 5.3
- 5.4
2014-05-26 15:35:17 +02:00
- 5.5
- 5.6
- hhvm
2014-05-26 15:35:17 +02:00
env:
- WP_VERSION=3.8
- WP_VERSION=latest
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