Skip to content

Commit

Permalink
use sudo and specify full path to binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Bauer committed Feb 18, 2017
1 parent 3bdb84c commit a66c15f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ addons:
script:
- utils/packpack/startpackpack.sh
- if [ ${OS} == "ubuntu" ] && [ ${DIST} == "trusty" ]; then
gdebi --non-interactive build/zoneminder_*amd64.deb;
sudo gdebi --non-interactive build/zoneminder_*amd64.deb;
mysql -uzmuser -pzmpass zm < db/test.monitor.sql;
sudo zmpkg.pl start;
sudo zmfilter.pl -f purgewhenfull;
sudo /usr/bin/zmpkg.pl start;
sudo /usr/bin/zmfilter.pl -f purgewhenfull;
fi
deploy:
# Deploy packages to PackageCloud
Expand Down

0 comments on commit a66c15f

Please sign in to comment.