From e9b5e2a6394808467dab2790e57b1ebda2f52753 Mon Sep 17 00:00:00 2001 From: cacheflux Date: Wed, 29 May 2019 23:37:08 +0200 Subject: [PATCH] Add travis file --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml 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 ./...