]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Avoid creating PG database on Travis 3864/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 22 Jan 2019 20:10:28 +0000 (21:10 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 22 Jan 2019 20:43:15 +0000 (21:43 +0100)
And Travis build on PHP 7.3 should not fail.

.travis.yml

index ac64839d0c9dca6bdbf9bfc2411dc0fd700a648e..0ca1e192c49b0d333623b5e78006d6320fb61964 100644 (file)
@@ -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