An error occurred while loading the file. Please try again.
-
Demian Katz authored
- Add jshint support - Improve name of eslint output file for use by Jenkins
1f23424b
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.travis.yml 449 B
sudo: false
language: php
php:
- 7.0
- 7.1
- 7.2
env:
- VUFIND_HOME=$PWD VUFIND_LOCAL_DIR=$PWD/local
before_script:
- phpenv config-rm xdebug.ini
- phpenv rehash
- composer install
- npm install -g eslint@"<5.0.0"
- npm install -g jshint@"2.9.6"
cache:
directories:
- downloads
- .php_cs_cache
- $HOME/.composer/cache/files
script:
- vendor/bin/phing eslint jshint phpunitfast phpcs-console php-cs-fixer-dryrun