Files
docker-docs/.travis.yml
Olivier Gambier 5fbfbe1ff7 Rehauled build system and integration testing
- USE_CONTAINER allow to seamlessly run targets inside or outside containers
- all build calls have been harmonized, honoring the same env variables
- contributing doc has been streamlined according to that
- kill the distinction between remote and local docker builds
- got rid of some of the byzantine calls in various asorted scripts
- support for static build, debug builds, verbose

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-09-18 15:47:00 -07:00

14 lines
181 B
YAML

language: go
go:
- 1.5
install:
- go get github.com/mattn/goveralls
script:
- make dco
- make fmt
# - make lint
# - make vet
- make test-short
- make test-long
- make coverage-send