We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7dac4 commit f4d7fa4Copy full SHA for f4d7fa4
.travis.yml
@@ -1,12 +1,15 @@
1
language: php
2
+
3
php:
4
- 5.3
5
- 5.4
6
- 5.5
- ## @reference https://github.com/travis-ci/travis-ci/issues/1749
7
+ - 5.6
8
- hhvm
9
10
matrix:
11
allow_failures:
12
+ - php: 5.6
13
- php: hhvm
14
15
before_script:
@@ -30,8 +33,8 @@ before_script:
30
33
31
34
script:
32
35
## PHP_CodeSniffer
- - phpcs --standard=PSR1 Classes/
- - phpcs --standard=PSR2 Classes/
36
+ ## - phpcs --standard=PSR1 Classes/
37
+ ## - phpcs --standard=PSR2 Classes/
38
## PHP Copy/Paste Detector
39
- php phpcpd.phar --verbose Classes/
40
## PHP Mess Detector
@@ -40,7 +43,3 @@ script:
43
- php phploc.phar Classes/
41
44
## PHPUnit
42
45
- phpunit -c ./ --coverage-text
-
-notifications:
- email:
46
- - [email protected]
0 commit comments