mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-14 00:11:28 +05:30
de9748d6ed
Signed-off-by: David Calavera <david.calavera@gmail.com>
13 lines
171 B
YAML
13 lines
171 B
YAML
---
|
|
sudo: false
|
|
language: go
|
|
os:
|
|
- osx
|
|
notifications:
|
|
email: false
|
|
go:
|
|
- 1.5
|
|
install: make deps
|
|
before_script: make validate
|
|
script: make test
|