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