aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 084c24989..bed1c8640 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
language: c
compiler: gcc
-sudo: false
+sudo: true
+before_install:
+ - sudo apt-get update
+ - sudo apt-get -y upgrade
cache: ccache
jobs:
@@ -22,7 +25,6 @@ env:
addons:
apt:
- update: true
packages:
- gnutls-bin
coverity_scan: