Skip to content

Commit 06cc93a

Browse files
committed
#313 - Drop Build Images from TravisCI
1 parent 7f5e915 commit 06cc93a

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.travis.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ python: 2.7
66
dist: bionic
77

88
stages:
9-
- name: "Build images"
109
- name: "Test docker-compose"
1110
- name: "Run tests in testing container"
1211

@@ -48,11 +47,6 @@ _helpers:
4847
- docker-compose -f docker-compose.yml -f docker-compose.db.yml up -d
4948
- ./testing/test-docker.sh phpmyadmin 8080 db_server
5049
- docker-compose stop
51-
- &build-image
52-
stage: "Build images"
53-
before_install: skip
54-
install: skip
55-
5650
jobs:
5751
include:
5852
- <<: *test-docker-compose
@@ -67,21 +61,6 @@ jobs:
6761
- <<: *test-docker-compose-db
6862
name: "Run and stop container using db docker-compose file for MySQL"
6963
env: DB=mysql:latest
70-
- <<: *build-image
71-
name: "Apache amd64"
72-
arch: amd64
73-
script:
74-
- docker build -t phpmyadmin apache
75-
- <<: *build-image
76-
name: "fpm amd64"
77-
arch: amd64
78-
script:
79-
- docker build -t phpmyadmin fpm
80-
- <<: *build-image
81-
name: "fpm-alpine amd64"
82-
arch: amd64
83-
script:
84-
- docker build -t phpmyadmin fpm-alpine
8564
- <<: *test-apache-image
8665
name: "Run testing for MariaDB"
8766
env: DB=mariadb:latest

0 commit comments

Comments
 (0)