Skip to content

Commit

Permalink
travis: sudo for dpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
niamster committed May 19, 2015
1 parent 298bca0 commit 9f0191b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions travis/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo apt-get install zookeeperd

deb=$wd/travis/deb

dpkg -i $deb/libsodium13_1.0.1-1_amd64.deb
dpkg -i $deb/libsodium-dev_1.0.1-1_amd64.deb
dpkg -i $deb/libzmq3_4.0.5+dfsg-3_amd64.deb
dpkg -i $deb/libzmq3-dev_4.0.5+dfsg-3_amd64.deb
sudo dpkg -i $deb/libsodium13_1.0.1-1_amd64.deb
sudo dpkg -i $deb/libsodium-dev_1.0.1-1_amd64.deb
sudo dpkg -i $deb/libzmq3_4.0.5+dfsg-3_amd64.deb
sudo dpkg -i $deb/libzmq3-dev_4.0.5+dfsg-3_amd64.deb

0 comments on commit 9f0191b

Please sign in to comment.