1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-26 12:04:50 +01:00

Update travis build

This commit is contained in:
Aaron Piotrowski 2020-02-12 13:53:41 -06:00
parent 3fc385ffb3
commit 55eb114378
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -1,4 +1,4 @@
sudo: false
os: linux
language: php
@ -9,7 +9,7 @@ php:
- 7.4
- nightly
matrix:
jobs:
allow_failures:
- php: nightly
fast_finish: true
@ -33,8 +33,6 @@ install:
- travis/install-raphf.sh
- travis/install-pq.sh
- composer update -n --prefer-dist
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v1.0.2/coveralls.phar
- chmod +x coveralls.phar
before_script:
- psql -c 'CREATE DATABASE test;' -U postgres
@ -44,4 +42,6 @@ script:
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script:
- ./coveralls.phar
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar
- chmod +x php-coveralls.phar
- travis_retry ./php-coveralls.phar -v