diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ffc7417 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: go + +env: +- GO111MODULE=on + +go: +- 1.12.x + +notifications: + # Don't email the results of the test runs. + email: false + +script: +- go test -v -race ./...