Skip to content
Snippets Groups Projects
Commit 84ebb99c authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Travis settings.

parent a964b2dd
No related merge requests found
language: php
php:
- 5.4
env:
- VUFIND_HOME=$PWD VUFIND_LOCAL_DIR=$PWD/local
before_script:
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash
script:
- phpunit --stderr --configuration module/VuFind/tests/phpunit.xml
- phpcs --standard=PEAR --ignore=*/config/*,*/tests/* --extensions=php $PWD/module
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment