diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..aa28f54 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: go +go: + - "1.11.x" + +install: + - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh + +script: + - make test