-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
1,044 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,38 @@ | ||
language: scala | ||
sudo: false | ||
scala: | ||
- 2.10.5 | ||
- 2.11.7 | ||
jdk: | ||
- openjdk6 | ||
- oraclejdk7 | ||
- oraclejdk8 | ||
script: ./sbt ++$TRAVIS_SCALA_VERSION clean test doc | ||
matrix: | ||
include: | ||
- scala: 2.10.6 | ||
script: ./sbt ++$TRAVIS_SCALA_VERSION clean test mimaReportBinaryIssues | ||
|
||
- scala: 2.11.8 | ||
jdk: oraclejdk8 | ||
script: ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport mimaReportBinaryIssues | ||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) | ||
|
||
- scala: 2.12.1 | ||
jdk: oraclejdk8 | ||
script: ./sbt "+++$TRAVIS_SCALA_VERSION clean" "+++$TRAVIS_SCALA_VERSION test" # "+++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues" | ||
|
||
cache: | ||
directories: | ||
- $HOME/.sbt/0.13/dependency | ||
- $HOME/.sbt/boot/scala* | ||
- $HOME/.sbt/launchers | ||
- $HOME/.ivy2/cache | ||
- $HOME/.nvm | ||
|
||
before_cache: | ||
- du -h -d 1 $HOME/.ivy2/cache | ||
- du -h -d 2 $HOME/.sbt/ | ||
- find $HOME/.sbt -name "*.lock" -type f -delete | ||
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete | ||
|
||
notifications: | ||
webhooks: | ||
urls: | ||
- https://webhooks.gitter.im/e/70c0a6999346c4692935 | ||
on_success: change | ||
on_failure: always | ||
on_start: never |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Committers | ||
|
||
Please see our [Project Governance](https://github.com/twitter/analytics-infra-governance) page for more details. | ||
|
||
## Active | ||
|
||
| Name | Handle | | ||
|------------------------|-----------------------------------------------------------| | ||
| Alex Levenson | [@isnotinvain](https://github.com/isnotinvain) | | ||
| Ben Pence | [@benpence](https://github.com/benpence) | | ||
| Ian O'Connell | [@ianoc](https://github.com/ianoc) | | ||
| Joe Nievelt | [@jnievelt](https://github.com/jnievelt) | | ||
| Oscar Boykin | [@johnynek](https://github.com/johnynek) | | ||
| Pankaj Gupta | [@pankajroark](https://github.com/pankajroark) | | ||
| Piyush Narang | [@piyushnarang](https://github.com/piyushnarang) | | ||
| Ruban Monu | [@rubanm](https://github.com/rubanm) | | ||
| Sriram Krishnan | [@sriramkrishnan](https://github.com/sriramkrishnan) | | ||
|
||
##Emeritus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.