We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01f08d commit 149641eCopy full SHA for 149641e
.travis.yml
@@ -3,6 +3,12 @@
3
# compiler key (which we don't use anyway). This is worked around for now by
4
# replacing the "compilers" with a build name prefixed by the no-op ":"
5
# 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
12
13
os: linux
14
language: cpp
0 commit comments