aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-08-24 00:24:54 +0200
committerTharre <tharre3@gmail.com>2014-08-24 00:24:54 +0200
commit1e951a9f3b3c35cc108d45acd73147a8dda36f6c (patch)
treee9090b548b478477fe45470f6b2eb6782e4f715b /.travis.yml
parent3466aa6c7ca1ed05dc19e5fc92e230ddc1b17df3 (diff)
downloadredo-1e951a9f3b3c35cc108d45acd73147a8dda36f6c.tar.gz
redo-1e951a9f3b3c35cc108d45acd73147a8dda36f6c.tar.xz
redo-1e951a9f3b3c35cc108d45acd73147a8dda36f6c.zip
Replace openssl SHA1 functions with custom version
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
-