summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2018-09-27 23:40:00 +0800
committerGitHub <noreply@github.com>2018-09-27 23:40:00 +0800
commit204139739a34aa6e6c5ea8764008276a6d184ff6 (patch)
tree0b9a795ea20804753134fd54c40d17c5a01c64f6 /.travis.yml
parent250946568ca1e5a69c07f19dff4d1d3a2264e31d (diff)
parent3e004d900b103379c2d62657a3070de4a2e8585a (diff)
Merge branch 'master' into master
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 ./...