mirror of
https://github.com/containers/skopeo.git
synced 2025-07-16 15:52:24 +00:00
Merge pull request #5 from vdemeester/travis-with-root
Switch to travis sudo & enable docker service
This commit is contained in:
commit
354fb08916
31
.travis.yml
31
.travis.yml
@ -1,20 +1,11 @@
|
|||||||
---
|
sudo: required
|
||||||
language: go
|
|
||||||
sudo: false
|
services:
|
||||||
notifications:
|
- docker
|
||||||
email: false
|
|
||||||
env:
|
notifications:
|
||||||
global:
|
email: false
|
||||||
- GO15VENDOREXPERIMENT=1
|
|
||||||
go:
|
script:
|
||||||
- 1.5
|
- make validate
|
||||||
- tip
|
- make test-integration
|
||||||
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 .
|
|
||||||
|
Loading…
Reference in New Issue
Block a user