diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-10 15:20:38 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-08-10 15:20:38 +0200 |
commit | 97781ee967e94281a22f58a663ff1a3b4a47ee7b (patch) | |
tree | 78093907803eedf83c86e0b1de767f30685c6c64 /.travis.yml | |
parent | 8617972f3f947ba6ceaa872e18487a9172f95189 (diff) | |
download | wallabag-97781ee967e94281a22f58a663ff1a3b4a47ee7b.tar.gz wallabag-97781ee967e94281a22f58a663ff1a3b4a47ee7b.tar.zst wallabag-97781ee967e94281a22f58a663ff1a3b4a47ee7b.zip |
Release wallabag 2.0.62.0.6
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1a33198a..2dd98bc0 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 | - phpunit -v | 59 | - 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; |