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 @@
---
language: go
sudo: false
notifications:
email: false
env:
global:
- GO15VENDOREXPERIMENT=1
go:
- 1.5
- tip
install:
- go get github.com/golang/lint/golint
script:
- hack/make/validate-vet
- hack/make/validate-lint
- hack/make/validate-gofmt
- hack/make/validate-git-marks
- go build -o skopeo .
- go test -v .
sudo: required
services:
- docker
notifications:
email: false
script:
- make validate
- make test-integration