From e75528043a79430aefcfecdb127ee338cc756fb5 Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Fri, 13 Dec 2019 02:14:21 +0100 Subject: [PATCH] Add .travis.yml --- .travis.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..ff42cbca --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +dist: bionic + +language: go + +cache: + directories: + - $HOME/.cache/go-build + - $HOME/gopath/pkg/mod +go: + - 1.13.x + +git: + depth: 1 + +install: true + +notifications: + email: false + +script: + - make test targets