Skip to content

Commit 7e7f1b4

Browse files
committed
Add travis testing for curl
1 parent 6ee194c commit 7e7f1b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ install:
88
- docker run -d -p 8081:8080 --name http.old http.old
99
- docker build -t builder -f Dockerfile.builder . && docker run builder | docker build -t runner -
1010
- docker run -d -p 8082:8080 --name http.runner runner
11+
- docker build -t http.alpine -f Dockerfile.alpine .
12+
- docker run -d -p 8083:8080 --name http.alpine http.alpine
1113

1214
script:
1315
- docker ps | grep -q http.old
1416
- curl localhost:8081
1517
- docker ps | grep -q http.runner
1618
- curl localhost:8082
19+
- docker ps | grep -q http.alpine
1720
- curl localhost:8083
1821

1922
after_script:

0 commit comments

Comments
 (0)