aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e330a60d..5f0abe87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,6 @@ before_install:
50 - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; 50 - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;
51 51
52script: 52script:
53 - travis_wait composer install --no-interaction --no-progress --prefer-dist -o --no-dev 53 - travis_wait composer update --no-interaction --no-progress
54 - ant prepare-$DB 54 - ant prepare-$DB
55 - bin/phpunit -v 55 - bin/phpunit -v