Skip to content

Commit

Permalink
Install packages with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Fievet committed Mar 19, 2015
1 parent cb0a6ab commit 1e19ba3
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 @@ -21,7 +21,7 @@ matrix:
- python: "2.6"
env: DJANGO_VERSION=1.7
before_install:
- apt-get install -y shtool
- sudo apt-get install -y shtool
- shtool version -s "${DJANGO_VERSION}.0" dj_version.txt
- shtool version -i r dj_version.txt
install:
Expand Down

0 comments on commit 1e19ba3

Please sign in to comment.