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.
2 parents c238380 + b79918b commit f14f3d0Copy full SHA for f14f3d0
.travis.yml
@@ -11,22 +11,26 @@ branches:
11
only:
12
- master
13
14
-php:
15
- - 7.1
16
- - 7.0
17
- - 5.6
18
- - 5.3
19
-
20
cache:
21
- composer
22
- $HOME/.composer/cache
23
24
env:
25
global:
26
- WP_CLI_BIN_DIR=/tmp/wp-cli-phar
27
- matrix:
28
- - WP_VERSION=latest
29
- - WP_VERSION=trunk
+
+matrix:
+ include:
+ - php: 7.1
+ env: WP_VERSION=latest
+ - php: 7.0
+ - php: 5.6
30
31
+ env: WP_VERSION=trunk
32
+ - php: 5.3
33
34
35
before_script:
36
- composer validate
0 commit comments