[tor-commits] [torsocks/master] Add .travis.yml for https://travis-ci.org/ioerror/torsocks integration

ioerror at torproject.org ioerror at torproject.org
Thu Apr 18 23:11:52 UTC 2013


commit e0bf65b5d3ca0e28b827c08d80b0fe1841d5a149
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Thu Apr 18 16:09:17 2013 -0700

    Add .travis.yml for https://travis-ci.org/ioerror/torsocks integration
---
 .travis.yml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d252dcd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: c
+before_script: ./autogen.sh
+compiler:
+  - clang
+  - gcc
+branches:
+  only:
+    - master
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install -qq autotools-dev debhelper pkg-config autotools hardening-wrapper
+script: ./configure && make



More information about the tor-commits mailing list