981b8e5947
- fixes type on last line - works on a fresh ubuntu docker container - will hopefully work on travis too
13 lines
480 B
YAML
13 lines
480 B
YAML
# errata:
|
|
# - A travis bug causes caches to trample eachother when using the same
|
|
# 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: trusty
|
|
|
|
install: true
|
|
script: ./reproducible_build.sh -t
|