Skip to content

Commit e7d495e

Browse files
author
José Fernando Cordova
committed
configuring travis
1 parent 197dbdc commit e7d495e

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
@@ -10,8 +10,9 @@ services:
1010
- docker
1111

1212
before_script:
13-
- docker-compose -f docker-compose-pwd.yml up --build -d
13+
- docker-compose -f docker-compose-dev.yml up --build -d
1414
- docker ps -a
15+
- sleep 50
1516

1617
after_script:
17-
- docker-compose -f docker-compose-pwd.yml down
18+
- docker-compose -f docker-compose-dev.yml down

0 commit comments

Comments
 (0)