Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Travis try sudo for plugin dependencies
  • Loading branch information
Nico0084 committed Jul 1, 2016
1 parent dd29395 commit 939a1e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/travis/travis-install-plugindenpencies.sh
Expand Up @@ -6,9 +6,10 @@ sudo apt-get install socat
cd $TRAVIS_BUILD_DIR
git clone git@github.com:Nico0084/py-zwave-emulator.git
export ZWEMULATOR = py-zwave-emulator/bin/zwemulator.py
ls -l py-zwave-emulator/bin/

echo "==== Install Plugin dependency"
./install_dependencies.sh -LAST
sudo ./var/lib/domogik/domogik_packages/plugin_$DMG_PLUGIN/install_dependencies.sh -LAST

echo "==== Start zwave emulator"
python $ZWEMULATOR &
Expand Down

0 comments on commit 939a1e0

Please sign in to comment.