aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-06-09 17:43:26 +0800
committerUnknwon <u@gogs.io>2018-06-09 17:43:26 +0800
commit459c8be94fb704f974579471dd7a7197bd226b69 (patch)
tree8724d90b5f995433d2da4727976cc9f461b23701
parent5e158b51db1022318e95d1998d2fc9fc50f061f1 (diff)
ci: remove Go 1.6.x
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b4afcf7e..b49c3f9e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: go
go:
- - 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
@@ -14,6 +13,6 @@ before_install:
env:
- GO15VENDOREXPERIMENT=1
-script:
+script:
- go build -v -tags "pam"
- go test -v -cover -race ./...