freifunk-versions/.travis.yml
Martin Schütte 741b5c721f only test for latest WP version
WP version 3.8 was _really_ outdated
2016-03-11 15:27:35 +01:00

19 lines
288 B
YAML

language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- WP_VERSION=latest
before_script:
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
- fgrep wp_version /tmp/wordpress/wp-includes/version.php
script: phpunit