diff options
author | 2019-04-06 14:38:51 +0100 | |
---|---|---|
committer | 2019-04-06 14:38:51 +0100 | |
commit | e3f9a80b1d5a112907a012acee276e9080b32852 (patch) | |
tree | 889e734423364f9803af778ae95d6031c59cd8de | |
parent | 0e2467d3ed9cfffb6106990605fcaa48f56ac7a2 (diff) | |
download | coredns-e3f9a80b1d5a112907a012acee276e9080b32852.tar.gz coredns-e3f9a80b1d5a112907a012acee276e9080b32852.tar.zst coredns-e3f9a80b1d5a112907a012acee276e9080b32852.zip |
WIP: travis changes (#2766)v1.5.0
* WIP: travis changes
Simplify Travis so it fails less often.
We don't need docker any more, let alone trusty and sudo, so simplifies
this, to just os: linux.
Signed-off-by: Miek Gieben <miek@miek.nl>
* This?
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index f40cc09e7..66b321739 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,4 @@ -sudo: required -dist: trusty - -services: - - docker +dist: xenial language: go go: @@ -15,7 +11,7 @@ cache: go_import_path: github.com/coredns/coredns git: - depth: 3 + depth: 1 branches: only: @@ -29,9 +25,7 @@ env: # In the Travis VM-based build environment, IPv6 networking is not # enabled by default. The sysctl operations below enable IPv6. -# IPv6 is needed by some of the CoreDNS test cases. The VM environment -# is needed to have access to sudo in the test environment. Sudo is -# needed to have docker in the test environment. +# IPv6 is needed by some of the CoreDNS test cases. before_install: - cat /proc/net/if_inet6 |