summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-08-17 17:49:37 +0200
committerUlf Wiger <ulf@feuerlabs.com>2015-08-17 17:49:37 +0200
commit3e4c3df8f112bfcd4b1882d34b7c5086460d91df (patch)
tree1cd288020272687cd953833c509618fa039ec004 /.travis.yml
parentb893bddff112509068b9ebe3a536c16a5ffa6b17 (diff)
downloadrvi_core-3e4c3df8f112bfcd4b1882d34b7c5086460d91df.tar.gz
travis: sudo apt-get...
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index caaba56..edbae1b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,8 @@ script: "make ci"
otp_release: R16B03-1
python: 2.7
install:
- - "apt-get install python-dev"
- - "apt-get install libffi-dev"
+ - "sudo apt-get install python-dev"
+ - "sudo apt-get install libffi-dev"
- "pip install --upgrade pip"
- "pip install cryptography"
- "pip install PyJWT"