mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
e5488e52dc
Signed-off-by: David Calavera <david.calavera@gmail.com>
14 lines
211 B
YAML
14 lines
211 B
YAML
---
|
|
# See appveyor.yml for windows build.
|
|
sudo: false
|
|
language: go
|
|
os:
|
|
- osx
|
|
notifications:
|
|
email: false
|
|
go:
|
|
- 1.6
|
|
install: make deps
|
|
before_script: make validate
|
|
script: make test
|