Skip to content

Commit c6d2fd4

Browse files
committed
Updated travis file
1 parent 22f5e3e commit c6d2fd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ before_install:
66
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
77
- chmod +x docker-compose
88
- sudo mv docker-compose /usr/local/bin
9-
after_success:
10-
coveralls
9+
10+
- docker-compose build
11+
- docker-compose -f docker/v93/docker-compose.yml up --abort-on-container-exit

0 commit comments

Comments
 (0)