Skip to content

Commit 8e84a00

Browse files
committed
add 9.5-alpine to travis
1 parent 9d9f1fa commit 8e84a00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services: docker
33

44
env:
55
- VERSION=9.5
6+
- VERSION=9.5 VARIANT=alpine
67
- VERSION=9.4
78
- VERSION=9.3
89
- VERSION=9.2
@@ -13,8 +14,8 @@ install:
1314

1415
before_script:
1516
- env | sort
16-
- cd "$VERSION"
17-
- image="postgres:$VERSION"
17+
- cd "$VERSION/$VARIANT"
18+
- image="postgres:${VERSION}${VARIANT:+-${VARIANT}}"
1819

1920
script:
2021
- docker build -t "$image" .

0 commit comments

Comments
 (0)