Travis: Use Blue Box VMs for IPv6 loopback support

This commit is contained in:
Luke Dashjr 2016-02-09 22:17:09 +00:00 committed by Jack Grigg
parent a8982ac97d
commit 7ab7005fbc
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
# compiler key (which we don't use anyway). This is worked around for now by
# replacing the "compilers" with a build name prefixed by the no-op ":"
# command. See: https://github.com/travis-ci/travis-ci/issues/4393
# - sudo/dist/group are set so as to get Blue Box VMs, necessary for [loopback]
# IPv6 support
sudo: required
dist: precise
group: legacy
os: linux
language: cpp