Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hamsik <adh@rsd.com>2016-02-14 23:06:34 +0300
committerAdam Hamsik <adh@rsd.com>2016-02-14 23:06:34 +0300
commitbf833e216bd02caea7d06fa291c8daaf4c85b1aa (patch)
tree08c51dd7280d4da12bdae959802ebedd3ea01ad9
parent60bcee08c9353587e1193c18d371849b6797a985 (diff)
Add travis.yml
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..70ec331
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+# Enable C support
+language: c
+# Compiler selection
+compiler:
+ - clang
+ - gcc
+# Build steps
+script:
+ - ./configure
+ - make