Skip to content

Commit

Permalink
Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Dec 21, 2018
1 parent 0912b60 commit 8a8f244
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,19 @@ tools:

build:
environment:
postgresql: true
variables:
APP_ENV: 'testing'
DB_CONNECTION: 'pgsql'
DB_HOST: 'localhost'
DB_PORT: '5432'
DB_DATABASE: 'ieducar_test'
DB_DATABASE: 'scrutinizer'
DB_USERNAME: 'scrutinizer'
DB_PASSWORD: 'scrutinizer'
dependencies:
before:
- psql -c "CREATE DATABASE ieducar_test WITH OWNER = scrutinizer ENCODING = 'UTF8' LC_COLLATE = 'en_US.UTF-8' TEMPLATE template0"
- composer new-install
tests:
override:
command: "true"
services:
postgres: 9.5

0 comments on commit 8a8f244

Please sign in to comment.