summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f4e5c0c..c2f0f90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,17 @@ install:
go:
- 1.8.x
- 1.9.x
+ - 1.10.x
+ - 1.11.x
+
+os:
+ - linux
+ - osx
+
+env:
+ matrix:
+ - GOARCH=amd64
+ - GOARCH=386
script:
- go vet ./...