mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Remove travis.yml
Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
1cb4d173e4
commit
1332ab979e
21
.travis.yml
21
.travis.yml
@ -1,21 +0,0 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.9.x
|
||||
|
||||
env:
|
||||
- TRAVIS_GOOS=linux
|
||||
- TRAVIS_GOOS=darwin
|
||||
- TRAVIS_GOOS=windows
|
||||
|
||||
script:
|
||||
# We want native versions of the tools.
|
||||
- go get -u github.com/golang/lint/golint
|
||||
- go get -u github.com/gordonklaus/ineffassign
|
||||
- export GOOS=$TRAVIS_GOOS
|
||||
# FIXME: For non-linux GOOS, without running `go build -i`, vet fails with `vet: import failed: can't find import: fmt`...
|
||||
# Note that `go build -i` requires write permission to GOROOT. (So it is not called in Makefile)
|
||||
- go build -i github.com/linuxkit/linuxkit/src/cmd/linuxkit
|
||||
- make local-check
|
||||
- make local-build
|
||||
- if [ "$GOOS" = "linux" ]; then make local-test ; fi
|
Loading…
Reference in New Issue
Block a user