Skip to content

Commit 0071843

Browse files
committed
Updated travis file
1 parent 23b96dd commit 0071843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ matrix:
2020

2121
include:
2222
# Current $required_php_version for WordPress: 5.2.4
23-
# aliased to 5.2.17
2423
# This theme uses namespaces and autoload
2524
# and can't run on version < 5.6
2625
# aliased to a recent 5.6.x version
2726
- php: '5.6'
28-
env: PHPCS_BRANCH=2.9 SNIFF=1
27+
# env: PHPCS_BRANCH=2.9 SNIFF=1
2928
# aliased to a recent 7.0.x version
3029
- php: '7.0'
3130
# aliased to a recent 7.1.x version
3231
- php: '7.1'
32+
env: PHPCS_BRANCH=master SNIFF=1
3333

3434
# Use this to prepare the system to install prerequisites or dependencies.
3535
# e.g. sudo apt-get update.

0 commit comments

Comments
 (0)