commit c902f512c249ae79bcd8f25c75c10912813f1dd2 Author: Jacob Appelbaum jacob@appelbaum.net Date: Mon Apr 15 19:49:19 2013 -0700
remove the make install because we made the travis-ci build fail --- .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 037b922..b4c67a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ branches: before_install: - sudo apt-get update -qq - sudo apt-get install -qq autotools-dev debhelper dh-apparmor hardening-wrapper libssl-dev -script: ./configure && make && make test && make install +script: ./configure && make && make test
tor-commits@lists.torproject.org