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:
+2
-1
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
# See appveyor.yml for windows build.
|
||||||
sudo: false
|
sudo: false
|
||||||
language: go
|
language: go
|
||||||
os:
|
os:
|
||||||
@@ -6,7 +7,7 @@
|
|||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
go:
|
go:
|
||||||
- 1.5
|
- 1.6
|
||||||
install: make deps
|
install: make deps
|
||||||
before_script: make validate
|
before_script: make validate
|
||||||
script: make test
|
script: make test
|
||||||
|
|||||||
Reference in New Issue
Block a user