Skip to content

Commit 52931f0

Browse files
authored
Merge pull request #212 from localheinz/fix/travis
Fix: Move PHP version configuration to stage
2 parents 9fbafe9 + df71ce8 commit 52931f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ sudo: false
22
dist: trusty
33

44
language: php
5-
php: 7.2
65

76
notifications:
87
email:
@@ -46,6 +45,7 @@ script:
4645
jobs:
4746
include:
4847
- stage: sniff
48+
php: 7.2
4949
script:
5050
- composer lint
5151
- composer phpcs

0 commit comments

Comments
 (0)