forked from mirror/_s
Merge pull request #1011 from jrfnl/feature/travis-tweaks
Minor automated testing tweaks.
This commit is contained in:
commit
c2b1216556
|
@ -25,8 +25,10 @@ matrix:
|
||||||
# aliased to a recent 5.6.x version
|
# aliased to a recent 5.6.x version
|
||||||
- php: '5.6'
|
- php: '5.6'
|
||||||
env: SNIFF=1
|
env: SNIFF=1
|
||||||
# aliased to a recent 7.x version
|
# aliased to a recent 7.0.x version
|
||||||
- php: '7.0'
|
- php: '7.0'
|
||||||
|
# aliased to a recent 7.1.x version
|
||||||
|
- php: '7.1'
|
||||||
# aliased to a recent hhvm version
|
# aliased to a recent hhvm version
|
||||||
- php: 'hhvm'
|
- php: 'hhvm'
|
||||||
|
|
||||||
|
|
|
@ -14,5 +14,6 @@
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
<!-- Include sniffs for PHP cross-version compatibility. -->
|
<!-- Include sniffs for PHP cross-version compatibility. -->
|
||||||
|
<config name="testVersion" value="5.2-99.0"/>
|
||||||
<rule ref="PHPCompatibility"/>
|
<rule ref="PHPCompatibility"/>
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|
Reference in New Issue