Skip to content
Snippets Groups Projects
.travis.yml 489 B
Newer Older
Ere Maijala's avatar
Ere Maijala committed
language: php
php:
Demian Katz's avatar
Demian Katz committed
  - 7.2
Ere Maijala's avatar
Ere Maijala committed

env:
  - VUFIND_HOME=$PWD VUFIND_LOCAL_DIR=$PWD/local

before_script:
  - phpenv config-rm xdebug.ini
Ere Maijala's avatar
Ere Maijala committed
  - phpenv rehash
  - npm install -g eslint@"<5.0.0"
  - npm install -g jshint@"2.9.6"
Ere Maijala's avatar
Ere Maijala committed

    - .php_cs_cache
Ere Maijala's avatar
Ere Maijala committed
script:
  - vendor/bin/phing eslint jshint phpunitfast phpcs-console php-cs-fixer-dryrun checkLessToSass