mirror of
https://github.com/containers/skopeo.git
synced 2025-08-19 15:07:22 +00:00
Switch to travis sudo & enable docker service
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
80a3391c48
commit
728700068e
25
.travis.yml
25
.travis.yml
@ -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 .
|
|
||||||
|
Loading…
Reference in New Issue
Block a user