Repository: mahout
Updated Branches:
  refs/heads/master 53e1c8db9 -> e75b1e0dd


(nojira) more edits to find travis working directory (it's different 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/e75b1e0d
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/e75b1e0d
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/e75b1e0d

Branch: refs/heads/master
Commit: e75b1e0dd8e1ab764dc469b683307fe9b91eed6e
Parents: 53e1c8d
Author: Andrew Palumbo <[email protected]>
Authored: Wed Apr 20 00:44:27 2016 -0400
Committer: Andrew Palumbo <[email protected]>
Committed: Wed Apr 20 00:44:27 2016 -0400

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/e75b1e0d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 1f4b157..6e195ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,8 @@ before_install:
   - unzip -qq apache-maven-3.3.9-bin.zip
   - export M2_HOME=$PWD/apache-maven-3.3.9
   - export PATH=$M2_HOME/bin:$PATH
+  - pwd
+  - ls
 
 script: /home/travis/apache/mahout/run-tests.sh
 

Reply via email to