Skip to content

Commit

Permalink
Add validation scripts to travis
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
  • Loading branch information
estesp authored and crosbymichael committed Oct 15, 2018
1 parent a93fcdb commit 8231763
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -4,7 +4,17 @@ go:
- 1.10.x
- tip

install:
- go get -t -v ./...
- go get -u github.com/vbatts/git-validation
- go get -u github.com/kunalkushwaha/ltag

before_script:
- pushd ..; git clone https://github.com/containerd/project; popd

script:
- DCO_VERBOSITY=-q ../project/script/validate/dco
- ../project/script/validate/fileheader ../project/
- go test -race -coverprofile=coverage.txt -covermode=atomic

after_success:
Expand Down

0 comments on commit 8231763

Please sign in to comment.