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:09:33 +0300
committerAdam Hamsik <adh@rsd.com>2016-02-14 23:09:33 +0300
commit138481b41038ea55758461d590d4d2286c1e1c1a (patch)
tree2905ad072f2cc2afdbe5ebec3fa0dba7e4bf936b
parentbf833e216bd02caea7d06fa291c8daaf4c85b1aa (diff)
Test build on osx too
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 70ec331..079070d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,11 @@
# Enable C support
language: c
+
+# OS selection
+os:
+ - linux
+ - osx
+
# Compiler selection
compiler:
- clang