freifunkmeta/.travis.yml

20 lines
344 B
YAML
Raw 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
2014-06-10 15:19:47 +02:00
- 5.6
- hhvm
2014-05-26 15:35:17 +02:00
env:
2014-06-10 16:33:55 +02:00
- WP_VERSION=3.7
- 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:39:58 +02:00
- fgrep wp_version ${WP_TESTS_DIR-/tmp/wordpress-tests-lib}/wp-includes/version.php
2014-05-26 15:35:17 +02:00
script: phpunit