Skip to content

Commit

Permalink
Fix for Spark home on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
freeman-lab committed Mar 31, 2015
1 parent 9867d4f commit 86c8a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ install:
- "sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm"

script:
- export SPARK_HOME=`pwd`/spark-1.1.0-bin-hadoop1
- export SPARK_HOME=`pwd`/spark-1.3.0-bin-hadoop1
- cd python/test
- ./run_tests.sh

0 comments on commit 86c8a8c

Please sign in to comment.