Repository: tajo Updated Branches: refs/heads/master e2d046474 -> 31e247cd6
TAJO-834: Add Travis notification to [email protected] and IRC. (hyunsik) Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/31e247cd Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/31e247cd Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/31e247cd Branch: refs/heads/master Commit: 31e247cd647e1e26c56c0fee9fc2c2821f8b4265 Parents: e2d0464 Author: Hyunsik Choi <[email protected]> Authored: Tue May 27 10:55:21 2014 +0600 Committer: Hyunsik Choi <[email protected]> Committed: Tue May 27 10:55:21 2014 +0600 ---------------------------------------------------------------------- .travis.yml | 6 ++++++ CHANGES | 2 ++ 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/31e247cd/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e509f80..ae49b23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,12 @@ cache: - $HOME/.m2 - $HOME/local +notifications: + email: + - [email protected] + irc: "chat.freenode.net#tajo" + + install: ./dev-support/travis-install-dependencies.sh script: mvn clean install -Phcatalog-0.12.0 -q | grep -v 'INFO:' http://git-wip-us.apache.org/repos/asf/tajo/blob/31e247cd/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index d1c72aa..8107f81 100644 --- a/CHANGES +++ b/CHANGES @@ -106,6 +106,8 @@ Release 0.9.0 - unreleased TAJO-605: Rename Options to KeyValueList. (jinho) + TAJO-834: Add Travis notification to [email protected] and IRC. hyunsik) + SUB TASKS TAJO-783: Remove yarn-related code from tajo-core. (hyunsik)
