Repository: mahout Updated Branches: refs/heads/master 2985b7cc4 -> f26698dc7
MAHOUT-1834: Travis CI for MAhout, this closes apache/mahout#222 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/f26698dc Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/f26698dc Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/f26698dc Branch: refs/heads/master Commit: f26698dc7d8ce928229e39d152da35ac25e226e3 Parents: 2985b7c Author: smarthi <[email protected]> Authored: Tue Apr 19 16:10:47 2016 -0400 Committer: smarthi <[email protected]> Committed: Tue Apr 19 16:10:47 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 34 ++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/f26698dc/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1bf1e6e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,34 @@ +sudo: false + +cache: + directories: + - $HOME/.m2 + +install: true + +language: java + +branches: + only: + - master + +# The file assumes a certain build order for the maven / nightly build deployments. +matrix: + include: + - jdk: "oraclejdk7" + env: PROFILE="-Dhadoop.version=2.4.1 -Dscala-2.10 -Dflink.version=1.0.1 -Dspark.version=1.5.2" + +git: + depth: 10 + +notifications: + email: + - [email protected] + slack: mahout:7vlbihiCBKuhEZK2610jkeeT + +env: + global: + JAVA_OPTS=-Xmx2g + + + http://git-wip-us.apache.org/repos/asf/mahout/blob/f26698dc/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index d32b27b..8ef6eec 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,5 @@ For information on how to contribute, visit the [How to Contribute Page](https:/ ####Legal Please see the `NOTICE.txt` included in this directory for more information. + +[](https://travis-ci.org/apache/mahout)
