Skip to content
Snippets Groups Projects
Commit df1d6f98 authored by Demian Katz's avatar Demian Katz
Browse files

Simple Travis configuration to prevent warnings.

- No PHPUnit here; the necessary fixes to make tests pass in Travis are made in VuFind 2.5.
parent 1bba6e45
No related merge requests found
language: php
php:
- 5.4
env:
- VUFIND_HOME=$PWD VUFIND_LOCAL_DIR=$PWD/local
before_script:
- pear install pear/PHP_CodeSniffer
- phpenv rehash
script:
- phpcs --standard=PEAR --ignore=*/config/*,*/tests/* --extensions=php $PWD/module
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