mirror of
https://github.com/danderson/netboot.git
synced 2025-10-15 09:31:29 +02:00
Fix travis build instructions.
This commit is contained in:
parent
b7ae49bdb6
commit
b21d961610
@ -10,7 +10,8 @@ install:
|
||||
- go get github.com/golang/lint/golint
|
||||
before_script:
|
||||
script:
|
||||
- GO15VENDOREXPERIMENT=1 go build ...
|
||||
- GO15VENDOREXPERIMENT=1 go test ...
|
||||
- go vet ...
|
||||
- golint ...
|
||||
- GO15VENDOREXPERIMENT=1 go get -t ./...
|
||||
- GO15VENDOREXPERIMENT=1 go build ./...
|
||||
- GO15VENDOREXPERIMENT=1 go test ./...
|
||||
- go vet ./...
|
||||
- golint ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user