diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-04 13:59:40 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-04 13:59:40 +0100 |
commit | b6a3e571b22c8090dc86e6e9def132270a1b88b6 (patch) | |
tree | fb098a3bec4d56e40382538d133645b88207d393 | |
parent | fbffcdad7cffcaec839ed980cc0c64d71276f3e3 (diff) | |
download | wallabag-b6a3e571b22c8090dc86e6e9def132270a1b88b6.tar.gz wallabag-b6a3e571b22c8090dc86e6e9def132270a1b88b6.tar.zst wallabag-b6a3e571b22c8090dc86e6e9def132270a1b88b6.zip |
Forgot .travis.yml file2.1.3
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a8f6a744..84740841 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -70,7 +70,7 @@ before_install: | |||
70 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; | 70 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; |
71 | 71 | ||
72 | script: | 72 | script: |
73 | - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist | 73 | - travis_wait bash composer update --no-interaction --no-progress |
74 | - ant prepare-$DB | 74 | - ant prepare-$DB |
75 | - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi; | 75 | - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi; |
76 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; | 76 | - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; |