add simple testing

This commit is contained in:
Martin Schuette 2014-06-29 17:58:24 +00:00
commit 766b9a4d1e
5 changed files with 148 additions and 0 deletions

18
.travis.yml Normal file
View file

@ -0,0 +1,18 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- WP_VERSION=3.8
- 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