Skip to content

Commit

Permalink
add 9.5-alpine to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa authored and tianon committed Nov 3, 2016
1 parent 442a925 commit ec72b6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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" .
Expand Down

0 comments on commit ec72b6d

Please sign in to comment.