From 1a57267a17c2fc17fb6e104846fabc3e363c326c Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 16 Aug 2024 19:50:26 +0200 Subject: initial commit --- vendor/github.com/felixge/httpsnoop/.travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vendor/github.com/felixge/httpsnoop/.travis.yml (limited to 'vendor/github.com/felixge/httpsnoop/.travis.yml') diff --git a/vendor/github.com/felixge/httpsnoop/.travis.yml b/vendor/github.com/felixge/httpsnoop/.travis.yml new file mode 100644 index 0000000..bfc4212 --- /dev/null +++ b/vendor/github.com/felixge/httpsnoop/.travis.yml @@ -0,0 +1,6 @@ +language: go + +go: + - 1.6 + - 1.7 + - 1.8 -- cgit 1.4.1