add 2.4-alpine to travis

This commit is contained in:
Natanael Copa 2016-01-17 21:23:28 +01:00 committed by Tianon Gravi
parent e927bc677e
commit 3bed3f1215
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ services: docker
env: env:
- VERSION=2.4 - VERSION=2.4
- VERSION=2.4 VARIANT=alpine
- VERSION=2.2 - VERSION=2.2
install: install:
@ -10,8 +11,8 @@ install:
before_script: before_script:
- env | sort - env | sort
- cd "$VERSION" - cd "$VERSION/$VARIANT"
- image="httpd:$VERSION" - image="httpd:${VERSION}${VARIANT:+-$VARIANT}"
script: script:
- docker build -t "$image" . - docker build -t "$image" .