diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-11 14:36:29 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-11 20:23:11 +0200 |
commit | 7189067d38aaaaf6bd8ae42958320bab38a9ae86 (patch) | |
tree | 5399f3b0ff935b84db50dd6156ed3c61f0953142 | |
parent | de286dc3cd98568fb9ae5573bfae3c2141f99c4a (diff) | |
download | wallabag-7189067d38aaaaf6bd8ae42958320bab38a9ae86.tar.gz wallabag-7189067d38aaaaf6bd8ae42958320bab38a9ae86.tar.zst wallabag-7189067d38aaaaf6bd8ae42958320bab38a9ae86.zip |
Change Travis configuration2.0.1
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 324b236a..4da81c6e 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -54,7 +54,7 @@ before_install: | |||
54 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; | 54 | - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; |
55 | 55 | ||
56 | script: | 56 | script: |
57 | - travis_wait composer install --no-interaction --no-progress --prefer-dist -o | 57 | - travis_wait composer update --no-interaction --no-progress |
58 | - ant prepare-$DB | 58 | - ant prepare-$DB |
59 | - bin/phpunit -v | 59 | - bin/phpunit -v |
60 | - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; | 60 | - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; |