add simple testing
This commit is contained in:
parent
18495dbbc3
commit
766b9a4d1e
5 changed files with 148 additions and 0 deletions
18
.travis.yml
Normal file
18
.travis.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue