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 23b96dd commit 0071843Copy full SHA for 0071843
.travis.yml
@@ -20,16 +20,16 @@ matrix:
20
21
include:
22
# Current $required_php_version for WordPress: 5.2.4
23
- # aliased to 5.2.17
24
# This theme uses namespaces and autoload
25
# and can't run on version < 5.6
26
# aliased to a recent 5.6.x version
27
- php: '5.6'
28
- env: PHPCS_BRANCH=2.9 SNIFF=1
+ # env: PHPCS_BRANCH=2.9 SNIFF=1
29
# aliased to a recent 7.0.x version
30
- php: '7.0'
31
# aliased to a recent 7.1.x version
32
- php: '7.1'
+ env: PHPCS_BRANCH=master SNIFF=1
33
34
# Use this to prepare the system to install prerequisites or dependencies.
35
# e.g. sudo apt-get update.
0 commit comments