Skip to content

Commit c101f99

Browse files
authored
Merge pull request #24 from PHPCSStandards/feature/travis-tweak-env-vars
Travis: minor tweaks
2 parents b104c4d + 9152219 commit c101f99

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.travis.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ php:
2020
- 7.2
2121

2222
env:
23-
matrix:
24-
# `master`
25-
- PHPCS_VERSION="dev-master" LINT=1
26-
# Lowest supported PHPCS version.
27-
# In reality this is 3.0.2, but there is a bug in the unit test runner of that version.
28-
- PHPCS_VERSION="3.0.2"
23+
# `master`
24+
- PHPCS_VERSION="dev-master" LINT=1
25+
# Lowest supported PHPCS version.
26+
- PHPCS_VERSION="3.0.2"
2927

3028
# Define the stages used.
3129
# For non-PRs, only the sniff and quicktest stages are run.
@@ -70,12 +68,15 @@ jobs:
7068
- stage: quicktest
7169
php: 7.3
7270
env: PHPCS_VERSION="dev-master" LINT=1
73-
- php: 7.2
71+
- stage: quicktest
72+
php: 7.2
7473
env: PHPCS_VERSION="3.0.2"
7574

76-
- php: 5.4
75+
- stage: quicktest
76+
php: 5.4
7777
env: PHPCS_VERSION="dev-master" LINT=1
78-
- php: 5.4
78+
- stage: quicktest
79+
php: 5.4
7980
env: PHPCS_VERSION="3.0.2"
8081

8182
#### TEST STAGE ####

0 commit comments

Comments
 (0)