Remove TravisCI config

This commit is contained in:
Christian Muehlhaeuser 2020-08-23 07:01:59 +02:00
parent 9db7002e1f
commit 01113437a3
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
language: go
os:
- linux
- osx
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- tip
matrix:
allow_failures:
- go: tip
env:
global:
GO111MODULE=on
notifications:
email:
on_success: change
on_failure: always