mirror of
https://github.com/filegator/filegator.git
synced 2025-08-11 08:44:05 +02:00
travis fix
This commit is contained in:
@@ -5,18 +5,20 @@ php:
|
|||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
|
|
||||||
|
env:
|
||||||
|
- NODE_RELEASE=6.x
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update
|
- composer self-update
|
||||||
- sudo rm -rf ~/.nvm - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
|
- sudo rm -rf ~/.nvm - curl -sL "https://deb.nodesource.com/setup_${NODE_RELEASE}" | sudo -E bash -
|
||||||
- sudo apt-get install -y nodejs
|
- sudo apt-get install -y nodejs
|
||||||
- npm install
|
- cp configuration_sample.php configuration.php
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install --no-interaction
|
- composer install --no-interaction
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cp configuration_sample.php configuration.php
|
|
||||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user