mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-24 08:30:30 +00:00
Avoid creating PG database on Travis
And Travis build on PHP 7.3 should not fail.
This commit is contained in:
parent
6113dbbc20
commit
e19fc02665
1 changed files with 0 additions and 2 deletions
|
@ -35,7 +35,6 @@ matrix:
|
|||
env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
|
||||
allow_failures:
|
||||
- php: nightly
|
||||
- php: 7.3
|
||||
|
||||
# exclude v1 branches
|
||||
branches:
|
||||
|
@ -56,7 +55,6 @@ before_script:
|
|||
# xdebug isn't enable for PHP 7.1
|
||||
- if [[ ! $PHP = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi
|
||||
- composer self-update --no-progress
|
||||
- if [[ $DB = pgsql ]]; then psql -c 'create database wallabag_test;' -U postgres; fi;
|
||||
|
||||
script:
|
||||
- travis_wait bash composer install -o --no-interaction --no-progress --prefer-dist
|
||||
|
|
Loading…
Reference in a new issue