Skip to content

Commit ec72b6d

Browse files
ncopatianon
authored andcommitted
add 9.5-alpine to travis
1 parent 442a925 commit ec72b6d

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
@@ -4,6 +4,7 @@ services: docker
44
env:
55
- VERSION=9.6
66
- VERSION=9.5
7+
- VERSION=9.5 VARIANT=alpine
78
- VERSION=9.4
89
- VERSION=9.3
910
- 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)