summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-27 08:10:11 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-27 08:10:11 +0000
commitf70885dbd02078aedb3199bbe8a892bd5f3fb861 (patch)
tree788db2497d781aaf189bfe7c20e3ab203a383414 /.travis.yml
parent4947e7089adb08f24bf1eef67994a106a8df60aa (diff)
downloadwebtrees-f70885dbd02078aedb3199bbe8a892bd5f3fb861.tar.gz
webtrees-f70885dbd02078aedb3199bbe8a892bd5f3fb861.tar.bz2
webtrees-f70885dbd02078aedb3199bbe8a892bd5f3fb861.zip
Testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 75c900388b..98be84f843 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,9 @@ before_script:
- travis_retry composer config github-oauth.github.com "${GITHUB_OAUTH_TOKEN}"
script:
+ - # Check for deprecated functions and non-built-in libraries
+ - composer require wapmorgan/php-code-fixer dev-master
+ - vendor/bin/phpca
- mkdir -p build/logs
- vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover tests/clover.xml