[tor-commits] [tlsdate/debian-master] Add libtool to .travis.yml
ioerror at torproject.org
ioerror at torproject.org
Thu Oct 31 10:25:57 UTC 2013
commit c68c5dc9365665ffd14463cae5f424e1c99cb885
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Fri Apr 19 10:24:51 2013 -0700
Add libtool to .travis.yml
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index fd9d2fa..57e3045 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,5 +8,5 @@ branches:
- master
before_install:
- sudo apt-get update -qq
- - sudo apt-get install -qq autotools-dev dh-apparmor hardening-wrapper libssl-dev autoconf automake pkg-config
+ - sudo apt-get install -qq autotools-dev dh-apparmor hardening-wrapper libssl-dev autoconf automake pkg-config libtool
script: ./configure && make && make test
More information about the tor-commits
mailing list