Skip to content

Commit

Permalink
testing appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
hburke123 committed Oct 29, 2019
1 parent fad66d9 commit 60fc1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: 1.0.{build}
image: Visual Studio 2019
branches:
only:
- master
- travis

environment:
Expand All @@ -27,7 +26,8 @@ install:
- python -m pip install -r testing/requirements.txt

before_build:
- docker swarm init --advertise-addr 127.0.0.1
- ipconfig
- docker swarm init --advertise-addr 10.0.0.6
- ./walkoff.sh up -bdy

test_script:
Expand Down

0 comments on commit 60fc1da

Please sign in to comment.