Skip to content

Commit f4d7fa4

Browse files
committed
Added PHP 5.6 to travis-ci and removed namespace checking before we make the change to namespaces
1 parent 3b7dac4 commit f4d7fa4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
language: php
2+
23
php:
34
- 5.3
45
- 5.4
56
- 5.5
6-
## @reference https://github.com/travis-ci/travis-ci/issues/1749
7+
- 5.6
78
- hhvm
9+
810
matrix:
911
allow_failures:
12+
- php: 5.6
1013
- php: hhvm
1114

1215
before_script:
@@ -30,8 +33,8 @@ before_script:
3033

3134
script:
3235
## PHP_CodeSniffer
33-
- phpcs --standard=PSR1 Classes/
34-
- phpcs --standard=PSR2 Classes/
36+
## - phpcs --standard=PSR1 Classes/
37+
## - phpcs --standard=PSR2 Classes/
3538
## PHP Copy/Paste Detector
3639
- php phpcpd.phar --verbose Classes/
3740
## PHP Mess Detector
@@ -40,7 +43,3 @@ script:
4043
- php phploc.phar Classes/
4144
## PHPUnit
4245
- phpunit -c ./ --coverage-text
43-
44-
notifications:
45-
email:
46-

0 commit comments

Comments
 (0)