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

Remove validate test.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2016-02-08 09:47:44 -08:00
parent 2847943b2f
commit de9748d6ed
+1 -1
View File
@@ -8,5 +8,5 @@
go:
- 1.5
install: make deps
before_script: test -z "$(make validate | tee /dev/stderr)"
before_script: make validate
script: make test