Created
May 27, 2017 11:48
-
-
Save andreybolonin/94920e2bc03a4e9131f45b2420cf06cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: php | |
php: | |
- 7.1 | |
before_script: | |
- psql -c 'create database travis_ci_test;' -U postgres | |
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install | |
- bin/console doctrine:schema:update --force | |
- bin/console doctrine:fixtures:load -q | |
script: vendor/bin/phpunit | |
services: | |
- postgresql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment