Skip to content

Commit

Permalink
Anpassung Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
motom001 committed Mar 12, 2016
1 parent 9a2a977 commit 81864aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e # Exit immediately if a command exits with a non-zero status.
set -x # Print commands and their arguments as they are executed.

sudo pip install --upgrade linphone4raspberry
sudo pip install --upgrade linphone4raspberry python-daemon

if [[ $START_MODE = "application" ]]; then
sudo mkdir /usr/local/etc/DoorPi && sudo chmod -R a+rw /usr/local/etc/DoorPi
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ requests >= 2.7.0
RPi.GPIO >= 0.5.11
pifacedigitalio >= 3.0.5
pyserial >= 2.7
watchdog >= 0.8.3
python-daemon
linphone4raspberry
watchdog >= 0.8.3

0 comments on commit 81864aa

Please sign in to comment.