summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b2c0db7..2ae04ac9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,16 @@
language: go
go:
- - 1.7.x
+ #- 1.7.x
- 1.8.x
- - tip
+ # - tip
# we have everything vendored
install: true
env:
- GOOS=linux GOARCH=amd64
- - GOOS=windows GOARCH=amd64
- - GOOS=linux GOARCH=arm
+ # - GOOS=windows GOARCH=amd64
+ #- GOOS=linux GOARCH=arm
matrix:
# It's ok if our code fails on unstable development versions of Go.