mirror of
https://github.com/danderson/netboot.git
synced 2026-05-05 12:26:38 +02:00
Drop obsolete GO15VENDOREXPERIMENT env var from Travis CI config (#26)
Now that Go 1.5 is gone from the build matrix, this var is no longer needed, as it is the default behaviour in Go 1.6+.
This commit is contained in:
parent
84d71de8c1
commit
441857b277
@ -15,7 +15,7 @@ install:
|
||||
before_script:
|
||||
script:
|
||||
- glide install
|
||||
- GO15VENDOREXPERIMENT=1 go build $(glide novendor)
|
||||
- GO15VENDOREXPERIMENT=1 go test $(glide novendor)
|
||||
- go build $(glide novendor)
|
||||
- go test $(glide novendor)
|
||||
- go vet $(glide novendor)
|
||||
- glide novendor | xargs -n1 golint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user