Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from sebright/enable-travis
Browse files Browse the repository at this point in the history
Adds .travis.yml.
  • Loading branch information
dinooliva committed Aug 9, 2016
2 parents 19617c8 + 7f94a2d commit e56f667
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
sudo: required
dist: trusty
language: java

jdk:
- oraclejdk8

before_install:
- echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
- curl https://storage.googleapis.com/bazel-apt/doc/apt-key.pub.gpg | sudo apt-key add -
- sudo apt-get update

install:
- sudo apt-get install bazel

script:
- bazel test ...
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Census - A stats collection framework
======================================================
[![Build Status](https://travis-ci.org/google/census-java.svg?branch=master)](https://travis-ci.org/google/census-java)

Census provides a framework to define and collect stats against metrics and to
break those stats down across user-defined dimensions.

0 comments on commit e56f667

Please sign in to comment.