summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c7bd8a2..4859fb3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,12 @@ go:
 - 1.11.x
 - 1.12.x
 
+os:
+  - linux
+  - osx
+
 dist: xenial
 
+script:
+  - env GO111MODULE=on go build
+  - env GO111MODULE=on go test