diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |
41 | branches: | 40 | branches: |
@@ -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 | ||
61 | script: | 59 | script: |
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 |