aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-01-22 21:10:28 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-01-22 21:43:15 +0100
commite19fc0266514efc13efe56f55ddbf3ecc940c2e8 (patch)
tree7df997ee90b72b108840aecebbb906a013727981
parent6113dbbc2037551ac11bab2c7cd1bb6f78676e0f (diff)
downloadwallabag-e19fc0266514efc13efe56f55ddbf3ecc940c2e8.tar.gz
wallabag-e19fc0266514efc13efe56f55ddbf3ecc940c2e8.tar.zst
wallabag-e19fc0266514efc13efe56f55ddbf3ecc940c2e8.zip
Avoid creating PG database on Travis
And Travis build on PHP 7.3 should not fail.
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ac64839d..0ca1e192 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,6 @@ matrix:
35 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite 35 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
36 allow_failures: 36 allow_failures:
37 - php: nightly 37 - php: nightly
38 - php: 7.3
39 38
40# exclude v1 branches 39# exclude v1 branches
41branches: 40branches:
@@ -56,7 +55,6 @@ before_script:
56 # xdebug isn't enable for PHP 7.1 55 # xdebug isn't enable for PHP 7.1
57 - if [[ ! $PHP = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi 56 - if [[ ! $PHP = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi
58 - composer self-update --no-progress 57 - composer self-update --no-progress
59 - if [[ $DB = pgsql ]]; then psql -c 'create database wallabag_test;' -U postgres; fi;
60 58
61script: 59script:
62 - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist 60 - travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist