Skip to content

Commit a388580

Browse files
committed
Restore the Postgres tests (#1544)
1 parent 8990baa commit a388580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install:
5252
script:
5353
- vendor/bin/phpunit
5454
- if [[ $APP_ENV != 'postgres' ]]; then vendor/bin/behat --format=progress; fi
55-
- if [[ $APP_ENV = 'postgres' ]]; then vendor/bin/behat --tags='~@sqlite&&@postgres' --format=progress; fi
55+
- if [[ $APP_ENV = 'postgres' ]]; then vendor/bin/behat --tags='~@sqlite' --format=progress; fi
5656
- tests/Fixtures/app/console api:swagger:export > swagger.json && swagger-cli validate swagger.json && rm swagger.json
5757
- if [[ $lint = 1 ]]; then php php-cs-fixer.phar fix --dry-run --diff --no-ansi; fi
5858
- if [[ $lint = 1 ]]; then phpstan analyse -c phpstan.neon -l5 --ansi src tests; fi

0 commit comments

Comments
 (0)