add 9.5-alpine to travis

This commit is contained in:
Natanael Copa 2016-01-20 15:59:00 +01:00 committed by Tianon Gravi
parent 442a92590b
commit ec72b6db49
1 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@ services: docker
env:
- VERSION=9.6
- VERSION=9.5
- VERSION=9.5 VARIANT=alpine
- VERSION=9.4
- VERSION=9.3
- VERSION=9.2
@ -13,8 +14,8 @@ install:
before_script:
- env | sort
- cd "$VERSION"
- image="postgres:$VERSION"
- cd "$VERSION/$VARIANT"
- image="postgres:${VERSION}${VARIANT:+-${VARIANT}}"
script:
- docker build -t "$image" .