# HG changeset patch # User Mikael Berthe # Date 1663857243 -7200 # Node ID 03a38d9184836a1882ccc096b3ae017905950efe # Parent 8d3354485fc35fa480817f6f07bf1cad05eeb568 Remove Travis configuration diff -r 8d3354485fc3 -r 03a38d918483 .travis.yml --- a/.travis.yml Thu Sep 22 16:33:34 2022 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -language: go -go: -- "1.15" -- "1.18" -- master -matrix: - allow_failures: - - go: master - fast_finish: true -branches: - only: - - master -env: - - GO111MODULE=on -install: true