aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-07 15:05:37 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-07 15:06:48 +0200
commit345a373dc8c2ce5317fb263b991c909204d4b7a0 (patch)
tree853717ba44ba90e00158785d443642206a107182 /.travis.yml
parent48a692c14387d2164ab5a79a16270920f0ce6052 (diff)
downloadwallabag-345a373dc8c2ce5317fb263b991c909204d4b7a0.tar.gz
wallabag-345a373dc8c2ce5317fb263b991c909204d4b7a0.tar.zst
wallabag-345a373dc8c2ce5317fb263b991c909204d4b7a0.zip
Release wallabag 2.0.82.0.8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 53cf9bb5..b5558cf7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,7 +74,7 @@ before_install:
74 - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; 74 - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;
75 75
76script: 76script:
77 - travis_wait composer install --no-interaction --no-progress --prefer-dist -o 77 - travis_wait composer update --no-interaction --no-progress
78 - ant prepare-$DB 78 - ant prepare-$DB
79 - phpunit -v 79 - phpunit -v
80 - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; 80 - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;