Merge pull request #5 from vdemeester/travis-with-root

Switch to travis sudo & enable docker service
This commit is contained in:
Antonio Murdaca 2016-01-25 21:59:53 +01:00
commit 354fb08916

View File

@ -1,20 +1,11 @@
--- sudo: required
language: go
sudo: false services:
- docker
notifications: notifications:
email: false email: false
env:
global:
- GO15VENDOREXPERIMENT=1
go:
- 1.5
- tip
install:
- go get github.com/golang/lint/golint
script: script:
- hack/make/validate-vet - make validate
- hack/make/validate-lint - make test-integration
- hack/make/validate-gofmt
- hack/make/validate-git-marks
- go build -o skopeo .
- go test -v .