Skip to content

Commit 149641e

Browse files
committed
Travis: Use Blue Box VMs for IPv6 loopback support
1 parent c01f08d commit 149641e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# compiler key (which we don't use anyway). This is worked around for now by
44
# replacing the "compilers" with a build name prefixed by the no-op ":"
55
# command. See: https://github.com/travis-ci/travis-ci/issues/4393
6+
# - sudo/dist/group are set so as to get Blue Box VMs, necessary for [loopback]
7+
# IPv6 support
8+
9+
sudo: required
10+
dist: precise
11+
group: legacy
612

713
os: linux
814
language: cpp

0 commit comments

Comments
 (0)