1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30
Files
docker-credential-helpers/.travis.yml
T
David Calavera de9748d6ed Remove validate test.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-08 09:47:44 -08:00

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