forked from EvanHerman/yikes-inc-easy-mailchimp-extender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
65 lines (57 loc) · 1.69 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7.0
# https://hhvm.com/blog/2018/09/12/end-of-php-support-future-of-hack.html
#- hhvm
env:
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=4.9 WP_MULTISITE=0
- WP_VERSION=4.6 WP_MULTISITE=0
- WP_VERSION=4.3 WP_MULTISITE=0
- WP_VERSION=4.0 WP_MULTISITE=0
matrix:
include:
- php: 5.3
dist: precise
env: WP_VERSION=4.9 WP_MULTISITE=0
- php: 5.4
env: WP_VERSION=latest WP_MULTISITE=1
exclude:
# https://github.com/WordPress/wordpress-develop/commit/ce8a915c06c42ef4e65e26ce39c20e5029e80293
- php: 7.0
env: WP_VERSION=4.6 WP_MULTISITE=0
- php: 7.0
env: WP_VERSION=4.3 WP_MULTISITE=0
- php: 7.0
env: WP_VERSION=4.0 WP_MULTISITE=0
before_script:
- |
phpunit --version
- |
bash bin/install-wp-tests.sh wordpress_test root '' localhost "$WP_VERSION"
script:
- |
if [[ "$TRAVIS_PHP_VERSION" == 5.5 && "$WP_VERSION" == latest && "$WP_MULTISITE" == 0 ]]; then
phpunit --coverage-clover=coverage.clover
else
phpunit
fi
after_script:
- |
if [[ "$TRAVIS_PHP_VERSION" == 5.5 && "$WP_VERSION" == latest && "$WP_MULTISITE" == 0 ]]; then
wget "https://scrutinizer-ci.com/ocular.phar"
fi
- |
if [[ "$TRAVIS_PHP_VERSION" == 5.5 && "$WP_VERSION" == latest && "$WP_MULTISITE" == 0 ]]; then
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
fi
notifications:
email:
on_success: change
on_failure: change
slack:
secure: Vl+EtMXcpx8JowBmLNrWhAyvebu/VF7hXVFX5BFMl/6vA5GBE6hnw3vI/TlB6PAso4Mv6yMVY4xUzzBYWow3ClwaTCYNlCTxQEUon2H7FIqGV3Wrir28zxGcSAX7VHGf3w6acHP7LnPIQrIctRjKqcbYVbjR36ha9gJgUU/OUeI=