Skip to content

Commit

Permalink
Actually disable IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Jan 18, 2020
1 parent 89540b0 commit 945246b
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 @@ -20,7 +20,7 @@ script:
- sudo bash ./create-image
before_script:
# Disable IPv6. Ref travis-ci/travis-ci#8711
- echo 0 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6
- echo 1 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6
install: echo
deploy:
- provider: releases
Expand Down

0 comments on commit 945246b

Please sign in to comment.