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 @@
|
||||
---
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user