summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2012-04-28 17:50:58 +0200
committerGergely Nagy <algernon@madhouse-project.org>2012-04-28 17:50:58 +0200
commit0a00d2b837d186c261d5bc31c08737e60cf4172b (patch)
tree349a94c7aedc501ef9fec8d20cfc4646cbfb22c2
parentf54c484a121f297ffb39f8ab61965e9da1d42bfb (diff)
travis.yml: Use sudo to install dependencies
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 28c4257..20cb111 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: c
-install: apt-get install libjson0-dev
+install: sudo apt-get install libjson0-dev
before_script:
- ./autogen.sh
script: