Skip to content

Commit 16dea57

Browse files
committed
Merge pull request #13 from drupal-docker/unified-structure
Unified file structure
2 parents d9e1f4c + f4cb2d3 commit 16dea57

34 files changed

Lines changed: 12 additions & 13 deletions

.travis.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ services:
55

66
env:
77
matrix:
8-
- DOCKERFILE="apache/5.4"
9-
- DOCKERFILE="apache/5.5"
10-
- DOCKERFILE="apache/5.6"
11-
- DOCKERFILE="apache/7"
12-
- DOCKERFILE="fpm/5.4"
13-
- DOCKERFILE="fpm/5.5"
14-
- DOCKERFILE="fpm/5.6"
15-
- DOCKERFILE="fpm/7"
16-
- DOCKERFILE="cli/5.4"
17-
- DOCKERFILE="cli/5.5"
18-
- DOCKERFILE="cli/5.6"
19-
- DOCKERFILE="cli/7"
8+
- DOCKERFILE="5.4"
9+
- DOCKERFILE="5.4/apache"
10+
- DOCKERFILE="5.4/fpm"
11+
- DOCKERFILE="5.5"
12+
- DOCKERFILE="5.5/apache"
13+
- DOCKERFILE="5.5/fpm"
14+
- DOCKERFILE="5.6"
15+
- DOCKERFILE="5.6/apache"
16+
- DOCKERFILE="5.6/fpm"
17+
- DOCKERFILE="7.0"
18+
- DOCKERFILE="7.0/apache"
19+
- DOCKERFILE="7.0/fpm"
2020

2121
before_script:
2222
- docker version
@@ -26,4 +26,3 @@ script:
2626

2727
after_script:
2828
- docker images
29-
- docker ps -a
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)