From f5a48c5eaa830451d5b9e087bda87311a067bb3b Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 30 Oct 2017 00:16:59 +0100 Subject: [PATCH] removed Go languages from CI which doesn't support http.Server.Shutdown func --- travisci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 travisci.yml diff --git a/travisci.yml b/travisci.yml new file mode 100644 index 0000000..6551610 --- /dev/null +++ b/travisci.yml @@ -0,0 +1,6 @@ +language: go +go: + - 1.9.2 + +script: + - go test -v ./... \ No newline at end of file