Commit 0fca22e1 authored by Walt Sorensen's avatar Walt Sorensen Committed by GitHub

Try addon with variable $POSTGRESQL_VERSION

try to only add when pgsql
parent d5c636fd
......@@ -237,7 +237,7 @@ matrix:
env: DB=pgsql POSTGRESQL_VERSION=9.5
addons:
#postgresql: '9.4'
- if [ '$DB' = 'pgsql' ]; then postgresql: $POSTGRESQL_VERSION; fi
install:
- travis_retry composer install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment