forked from reduxframework/redux-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
executable file
·42 lines (36 loc) · 1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
language: php
php:
- 5.3
- 5.4
- 5.5
env:
- WP_VERSION=master WP_MULTISITE=0
- WP_VERSION=3.6.1 WP_MULTISITE=0
- WP_VERSION=3.6 WP_MULTISITE=0
- WP_VERSION=3.5.2 WP_MULTISITE=0
- WP_VERSION=3.5.1 WP_MULTISITE=0
- WP_VERSION=3.5 WP_MULTISITE=0
- WP_VERSION=master WP_MULTISITE=1
- WP_VERSION=3.6.1 WP_MULTISITE=1
- WP_VERSION=3.6 WP_MULTISITE=1
- WP_VERSION=3.5.2 WP_MULTISITE=1
- WP_VERSION=3.5.1 WP_MULTISITE=1
- WP_VERSION=3.5 WP_MULTISITE=1
before_script:
- wget https://raw.github.com/tierra/wordpress-plugin-tests/setup/setup.sh
- source setup.sh
script:
- phpunit
#- php tests/includes/clover.php tests/clover.xml 90
notifications:
email:
recipients:
on_success: change
on_failure: always
# wordpress-plugin-tests specific config
# Tells Travis CI not to run unit tests against the setup branch
branches:
except:
- setup