From ce54875d14cd7ca18753dfdf954389b4dccc606e Mon Sep 17 00:00:00 2001 From: Andrew Palumbo Date: Wed, 20 Apr 2016 00:48:33 -0400 Subject: [PATCH] (nojira) more edits travis conf: spelling --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e195ace24..371bd0dbce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,8 +33,7 @@ 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 +script: ./runtests.sh