Remove Travis configuration
authorMikael Berthe <mikael@lilotux.net>
Thu, 22 Sep 2022 16:34:03 +0200
changeset 263 03a38d918483
parent 262 8d3354485fc3
child 264 8f478162d991
Remove Travis configuration
.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