Skip to content

Instantly share code, notes, and snippets.

@andreybolonin
Created May 27, 2017 11:48
Show Gist options
  • Save andreybolonin/94920e2bc03a4e9131f45b2420cf06cd to your computer and use it in GitHub Desktop.
Save andreybolonin/94920e2bc03a4e9131f45b2420cf06cd to your computer and use it in GitHub Desktop.
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