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 ff342cf commit 49e01ccCopy full SHA for 49e01cc
.travis.yml
@@ -1,6 +1,5 @@
1
language: php
2
php:
3
- - 5.3.3
4
- 5.3
5
- 5.4
6
- 5.5
@@ -15,7 +14,6 @@ before_script:
15
14
- curl -s http://getcomposer.org/installer | php
16
- php composer.phar install --prefer-source
17
## PHP_CodeSniffer
18
- - php pyrus.phar . set bin_dir ./bin
19
- pyrus install pear/PHP_CodeSniffer
20
- phpenv rehash
21
## PHP Copy/Paste Detector
0 commit comments