We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14fab6 commit 9636a5fCopy full SHA for 9636a5f
.travis.yml
@@ -7,20 +7,19 @@ php:
7
- 5.5
8
- 5.6
9
- 7.0
10
+ - 7.1
11
12
env:
13
- WP_VERSION=latest WP_MULTISITE=0
14
- WP_VERSION=4.5 WP_MULTISITE=0
15
-matrix:
16
- allow_failures:
17
- - php: 5.2
18
-
19
matrix:
20
include:
21
- php: 5.6
22
env: WP_VERSION=latest WP_MULTISITE=1
23
+ allow_failures:
+ - php: 5.2
+
24
before_script:
25
- composer install
26
- npm install
0 commit comments