GEODE-992: Integrate with Travis CI use absolute path while cat'ing the result of rat.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4e84f1a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/4e84f1a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/4e84f1a8 Branch: refs/heads/feature/GEODE-1050 Commit: 4e84f1a890f244b164001cf381232b9fb06a1eb4 Parents: a904f14 Author: Swapnil Bawaskar <[email protected]> Authored: Wed Mar 16 10:17:36 2016 -0700 Committer: Swapnil Bawaskar <[email protected]> Committed: Wed Mar 16 10:18:46 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4e84f1a8/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 49197cd..c532f20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ cache: - $HOME/.gradle/wrapper/ after_failure: - - cat build/reports/rat/rat-report.txt + - cat /home/travis/build/apache/incubator-geode/build/reports/rat/rat-report.txt notifications: email:
