OSDN Git Service

Merge branch 'feature/import-authors-csv-doc' from cftp
[wvm/wvm.git] / templates / .travis.yml
1 language: php
2
3 php:
4     - 5.3
5     - 5.4
6
7 env:
8     - WP_VERSION=latest WP_MULTISITE=0
9     - WP_VERSION=latest WP_MULTISITE=1
10     - WP_VERSION=3.6.1 WP_MULTISITE=0
11     - WP_VERSION=3.6.1 WP_MULTISITE=1
12
13 before_script:
14     - bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION 
15
16 script: phpunit