Explorar el Código

ci: remove Go 1.6.x

Unknwon hace 6 años
padre
commit
459c8be94f
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      .travis.yml

+ 1 - 2
.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 ./...