Skip to content

Commit f51df44

Browse files
Merge pull request #30 from estesp/add-common-project-content
Add common check scripts and project references
2 parents 2a805f7 + 6c96b39 commit f51df44

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,15 @@ language: go
33
go:
44
- "1.10.x"
55

6-
script: go test -race -v ./...
6+
install:
7+
- go get -u github.com/vbatts/git-validation
8+
- go get -u github.com/kunalkushwaha/ltag
9+
- go get -t ./...
10+
11+
before_script:
12+
- pushd ..; git clone https://github.com/containerd/project; popd
13+
14+
script:
15+
- DCO_VERBOSITY=-q ../project/script/validate/dco
16+
- ../project/script/validate/fileheader ../project/
17+
- go test -race -v ./...

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,13 @@ TODO:
5050
- [ ] Document protocol layout
5151
- [ ] Add testing under concurrent load to ensure
5252
- [ ] Verify connection error handling
53+
54+
# Project details
55+
56+
ttrpc is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
57+
As a containerd sub-project, you will find the:
58+
* [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
59+
* [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
60+
* and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
61+
62+
information in our [`containerd/project`](https://github.com/containerd/project) repository.

0 commit comments

Comments
 (0)