mirror of
https://github.com/haad/proxychains.git
synced 2026-09-13 18:45:50 +05:00
Add travis.yml
This commit is contained in:
parent
60bcee08c9
commit
bf833e216b
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
# Enable C support
|
||||
language: c
|
||||
# Compiler selection
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
# Build steps
|
||||
script:
|
||||
- ./configure
|
||||
- make
|
||||
Loading…
Reference in New Issue
Block a user