aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-02-09 22:17:09 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-02-09 22:17:09 +0000
commit149641e8fc9996da01eb76ffe4578828c40d37b5 (patch)
tree8fe6b5dca8d4fc57a877f821c4989176fa0300a5 /.travis.yml
parentc01f08db127883ff985889214eebdbe9513c729a (diff)
downloadbitcoin-149641e8fc9996da01eb76ffe4578828c40d37b5.tar.xz
Travis: Use Blue Box VMs for IPv6 loopback support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c47e8ed08..1a5731f3af 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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