This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ sudo : required
2+ dist : trusty
3+ language : java
4+
5+ jdk :
6+ - oraclejdk8
7+
8+ before_install :
9+ - echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
10+ - curl https://storage.googleapis.com/bazel-apt/doc/apt-key.pub.gpg | sudo apt-key add -
11+ - sudo apt-get update
12+
13+ install :
14+ - sudo apt-get install bazel
15+
16+ script :
17+ - bazel test ...
Original file line number Diff line number Diff line change 11Census - A stats collection framework
22======================================================
3+ [ ![ Build Status] ( https://travis-ci.org/google/census-java.svg?branch=master )] ( https://travis-ci.org/google/census-java )
34
45Census provides a framework to define and collect stats against metrics and to
56break those stats down across user-defined dimensions.
You can’t perform that action at this time.
0 commit comments