aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-12 11:49:24 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-12 11:49:24 +0100
commit14044c99c03d59aba1dbc96ecb7fdd6ad5abb31f (patch)
tree29f51a18f39bcb4127ed2d30710647ce128e9575
parentdf3f45d4d04047495ac5ba820eca1dcd7a270490 (diff)
downloadwallabag-2.0.0-beta.2.tar.gz
wallabag-2.0.0-beta.2.tar.zst
wallabag-2.0.0-beta.2.zip
Test with old command2.0.0-beta.2
-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