mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Add Travis Config
This commit is contained in:
parent
d1313bf5f9
commit
86dec084e5
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
language: php
|
||||||
|
php:
|
||||||
|
- 5.4
|
||||||
|
- 5.3
|
||||||
|
before_install:
|
||||||
|
- pear install pear/PHP_CodeSniffer
|
||||||
|
- phpenv rehash
|
||||||
|
before_script:
|
||||||
|
- git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
|
||||||
|
script:
|
||||||
|
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" files
|
Loading…
Reference in New Issue
Block a user