1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Update TravisCI to Go 1.6.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2016-02-22 14:00:17 -05:00
parent 0089747f93
commit e5488e52dc
+2 -1
View File
@@ -1,4 +1,5 @@
---
# See appveyor.yml for windows build.
sudo: false
language: go
os:
@@ -6,7 +7,7 @@
notifications:
email: false
go:
- 1.5
- 1.6
install: make deps
before_script: make validate
script: make test