Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

travis,functional: add go 1.7 and exclude ./gopath #1663

Merged
merged 3 commits into from
Aug 17, 2016

Conversation

dongsupark
Copy link
Contributor

@dongsupark dongsupark commented Aug 16, 2016

First, for travis, add go 1.7 to the list of required go compiler versions. Now that go 1.7 was released, the list of required go compiler versions should also include go 1.7.
Also in functional tests, install go 1.7 instead of 1.6.3.

And also exclude ./gopath also from the list for checking license headers.

Dongsu Park added 3 commits August 16, 2016 12:40
Now that go 1.7 was released, the list of required go compiler versions
should also include go 1.7.
In case of local tests, directory ./gopath could contain '*.go' sources
from vendors, where license headers are not supposed to be available.
So exclude './gopath' from the files list for checking license headers.
Now that go 1.7 was released, we should install go 1.7 also inside of
VMs for functional tests.
@dongsupark dongsupark changed the title travis,test: add go 1.7 and exclude ./gopath travis,functional: add go 1.7 and exclude ./gopath Aug 16, 2016
@jonboulle
Copy link
Contributor

lgtm

@dongsupark dongsupark merged commit 53ba925 into coreos:master Aug 17, 2016
@dongsupark dongsupark deleted the dongsu/travis-go17-gopath branch August 17, 2016 08:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants