forked from tinify/wordpress-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
80 lines (80 loc) · 2.17 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
include:
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=45 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=44 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=43 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=42 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=41 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=40 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=39 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=38 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=37 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=36 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=35 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=34 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=33 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=32 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.0
env: WORDPRESS_VERSION=31 INTEGRATION_TESTS=true
script: bin/integration-tests
install:
- composer install
- if [[ "$INTEGRATION_TESTS" == "true" ]]; then sudo bin/install-docker; fi
script:
- bin/unit-tests
- bin/check-style --warning-severity=0 src
notifications:
email: false
slack:
secure: uttJ78cpkV9czhoKXtAoop8UBWPVtF+fwKlKS47c4EW7ZfVx9jAII2yLb5yZjdLDnM7YAluujUBIqyESvwLY0h7azLsorSIEqNt9GlBi4B7DSGAdo46lFbqsdjrLwM1gOhiP7Fl4hFiQ2+jA9Fsj3W2yZ6rbF7endv7Gx5FMlFg=