Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
add back sudo pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jan 18, 2015
1 parent 92c35f0 commit 66ae9c9
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 @@ install:
- sudo apt-get -y install nodejs python3-jinja2 python3-setuptools apache2 libapache2-mod-fastcgi firefox chromium-browser curl
- export CHROME_BIN=/usr/bin/chromium-browser
- sudo easy_install3 pip # ubuntu 12.04 only
- pip3 install --pre ocdev
- sudo pip3 install --pre ocdev
# clone core
- ocdev setup core --dir owncloud --branch master
- mv news owncloud/apps/
Expand Down

0 comments on commit 66ae9c9

Please sign in to comment.