Repository: mahout Updated Branches: refs/heads/master ea12bb60e -> a8379ad36
(nojira) edit 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/a8379ad3 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/a8379ad3 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/a8379ad3 Branch: refs/heads/master Commit: a8379ad36898b971f4f3f8ddc6bf01b6de67f64d Parents: ea12bb6 Author: Andrew Palumbo <[email protected]> Authored: Wed Apr 20 00:36:41 2016 -0400 Committer: Andrew Palumbo <[email protected]> Committed: Wed Apr 20 00:36:41 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/a8379ad3/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 7ee17d6..e87274f 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: ./run-tests.sh +script: /home/travis/mahout/run-tests.sh
