Minor cleanup.
- Remove unused travis file. - Fix Makefile license. - Update README with new link. - Fix outdated comment.
This commit is contained in:
parent
76538e77a5
commit
919b369923
12
.travis.yml
12
.travis.yml
@ -1,12 +0,0 @@
|
||||
language: go
|
||||
sudo: false
|
||||
go:
|
||||
- 1.5.3
|
||||
install:
|
||||
- true
|
||||
before_script:
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get github.com/kr/godep
|
||||
script:
|
||||
- export PATH=$PATH:$HOME/gopath/bin
|
||||
- ./build/presubmit.sh
|
1
Makefile
1
Makefile
@ -10,6 +10,7 @@
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
GO := go
|
||||
pkgs = $(shell $(GO) list ./... | grep -v vendor)
|
||||
|
@ -60,4 +60,4 @@ cAdvisor aims to improve the resource usage and performance characteristics of r
|
||||
|
||||
## Community
|
||||
|
||||
Contributions, questions, and comments are all welcomed and encouraged! cAdvisor developers hang out on [Slack](https://kubernetes.slack.com) in the #sig-node channel (get an invitation [here](http://slack.kubernetes.io/)). We also have the [google-containers Google Groups mailing list](https://groups.google.com/forum/#!forum/google-containers).
|
||||
Contributions, questions, and comments are all welcomed and encouraged! cAdvisor developers hang out on [Slack](https://kubernetes.slack.com) in the #sig-node channel (get an invitation [here](http://slack.kubernetes.io/)). We also have the [kubernetes-users Google Groups mailing list](https://groups.google.com/forum/#!forum/kubernetes-users).
|
||||
|
@ -31,7 +31,7 @@ if [[ ! -z "$(git diff --name-only pages)" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Build & test with go 1.7
|
||||
# Build & test with go 1.8
|
||||
docker run --rm \
|
||||
-w "/go/src/github.com/google/cadvisor" \
|
||||
-v "${GOPATH}/src/github.com/google/cadvisor:/go/src/github.com/google/cadvisor" \
|
||||
|
Loading…
Reference in New Issue
Block a user