aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index c42453e..82f52cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,3 @@ compiler:
- gcc
- clang
script: ./autogen.sh && ./configure && ./build.sh
-before_install:
- - sudo apt-get update -qq
- - sudo apt-get install -q -y libssl-dev
-