Skip to content

Commit

Permalink
run docker compose up in background in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Sep 25, 2018
1 parent b4c31ec commit e3406cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- docker network create dvs
- export NETWORK_INTERFACE_NAME=$(route | grep '^default' | grep -o '[^ ]*$')
- export NETWORK_INTERFACE_ADDRESS=$(ip addr show $NETWORK_INTERFACE_NAME | grep -Po 'inet \K[\d.]+')
- docker-compose -f compose/deps/docker-compose.yml up
- docker-compose -f compose/deps/docker-compose.yml up &
- sleep 480
- docker ps -a
- npm install newman --global;
Expand Down

0 comments on commit e3406cc

Please sign in to comment.