Repository: mahout Updated Branches: refs/heads/master a8379ad36 -> 53e1c8db9
(nojira) another edit to travis working directory (from that given in instructions) Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/53e1c8db Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/53e1c8db Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/53e1c8db Branch: refs/heads/master Commit: 53e1c8db96a60ddd1f28516778ec6e2230ad437e Parents: a8379ad Author: Andrew Palumbo <[email protected]> Authored: Wed Apr 20 00:39:25 2016 -0400 Committer: Andrew Palumbo <[email protected]> Committed: Wed Apr 20 00:39:25 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/53e1c8db/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e87274f..1f4b157 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,5 +34,5 @@ before_install: - export M2_HOME=$PWD/apache-maven-3.3.9 - export PATH=$M2_HOME/bin:$PATH -script: /home/travis/mahout/run-tests.sh +script: /home/travis/apache/mahout/run-tests.sh
