Compare commits

...

1 Commits

Author SHA1 Message Date
90352b4dfb Release wallabag 2.1.5 2016-11-21 09:56:28 +01:00
2 changed files with 7581 additions and 1 deletions

View File

@ -70,7 +70,7 @@ before_install:
- if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;
script: script:
- travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist - travis_wait composer update --no-interaction --no-progress
- ant prepare-$DB - ant prepare-$DB
- if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi; - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi;
- if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;

7580
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff