projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c69e379
)
Install CodeSniffer using composer
author
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 7 Jun 2017 17:39:03 +0000
(19:39 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 8 Jun 2017 14:47:00 +0000
(16:47 +0200)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 7f045fff1111f11c3a76257204f957a1e8728fff..c7bedef3e854b5181a2a8379e926aff18aee6e68 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-4,7
+4,8
@@
php:
- 7.1
- 5.5
before_install:
- - pear install pear/PHP_CodeSniffer
+ - export PATH="$PATH:$(composer global config bin-dir --absolute)"
+ - composer global require "squizlabs/php_codesniffer=3.*"
- phpenv rehash
before_script:
- git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF