diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..726443f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: php +php: + - '5.4' + - '5.5' + - '5.6' + - '7.0' + - hhvm + - nightly + +install: + - pear install PHP_CodeSniffer + +script: + - phpenv rehash + - phpcs . --standard=phpcs.xml --warning-severity=0 --extensions=php -p \ No newline at end of file diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..635c12d --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,56 @@ + + + Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/ + ./bridges + ./css + ./vendor + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file