diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-12 11:49:24 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-12 11:49:24 +0100 |
commit | 14044c99c03d59aba1dbc96ecb7fdd6ad5abb31f (patch) | |
tree | 29f51a18f39bcb4127ed2d30710647ce128e9575 | |
parent | df3f45d4d04047495ac5ba820eca1dcd7a270490 (diff) | |
download | wallabag-14044c99c03d59aba1dbc96ecb7fdd6ad5abb31f.tar.gz wallabag-14044c99c03d59aba1dbc96ecb7fdd6ad5abb31f.tar.zst wallabag-14044c99c03d59aba1dbc96ecb7fdd6ad5abb31f.zip |
Test with old command2.0.0-beta.2
-rw-r--r-- | .travis.yml | 2 |
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 | ||
52 | script: | 52 | script: |
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 |