aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-22 18:54:43 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-22 18:54:43 +0200
commit08dea0edb169ace675298385c1a3a8f1dc08a2c3 (patch)
treeb30b2e21c0567de7d665758247d833da529d0852 /.travis.yml
parent79c44cb4f84387904ebfa14a891cd838815627c1 (diff)
downloadwallabag-08dea0edb169ace675298385c1a3a8f1dc08a2c3.tar.gz
wallabag-08dea0edb169ace675298385c1a3a8f1dc08a2c3.tar.zst
wallabag-08dea0edb169ace675298385c1a3a8f1dc08a2c3.zip
Change travis configuration2.0.3
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 d397c872..11c35a21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,7 +53,7 @@ before_install:
53 - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; 53 - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;
54 54
55script: 55script:
56 - travis_wait composer install --no-interaction --no-progress --prefer-dist -o 56 - travis_wait composer update --no-interaction --no-progress
57 - ant prepare-$DB 57 - ant prepare-$DB
58 - bin/phpunit -v 58 - bin/phpunit -v
59 - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi; 59 - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;