Skip to content

Commit

Permalink
FRosner#101 pass PATH variable into the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrrr committed Jan 25, 2017
1 parent 07c6b53 commit 056d553
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 @@ -23,7 +23,7 @@ script:
- wget -P $HOME/ http://archive.apache.org/dist/spark/spark-2.0.2/spark-2.0.2-bin-hadoop2.6.tgz
- tar -xvzf $HOME/spark-2.0.2-bin-hadoop2.6.tgz -C $HOME/
- export PATH=$PATH:$HOME/spark-2.0.2-bin-hadoop2.6/bin
- sudo python setup.py integration_test --jar=drunken-data-quality.jar
- sudo "PATH=$PATH" python setup.py integration_test --jar=drunken-data-quality.jar
cache:
directories:
- $HOME/.m2
Expand Down

0 comments on commit 056d553

Please sign in to comment.