Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jer0622 committed Apr 12, 2021
1 parent b331d31 commit 780648e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ before_script:
- docker images

script:
- mvn failsafe:integration-test
- docker-compose up --scale client=3
#- docker inspect -f '{{.Name}} - {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aq)
- mvn failsafe:integration-test
- docker-compose up --scale client=3
#- docker-compose logs # affichage des logs
# on efface tous les containers qui sont éteints puis les images
- docker rm $(docker ps -a -q)
Expand Down

0 comments on commit 780648e

Please sign in to comment.