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 e5488e52dc Update TravisCI to Go 1.6.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-22 15:14:19 -05:00

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