0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-27 12:15:29 +00:00

Add travis-ci to smoke-test MacOSX builds

This commit is contained in:
Leonid Evdokimov 2016-04-29 23:16:07 +03:00
parent 32aeeb284a
commit ce850860fe

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
os:
- linux
- osx
language: c
compiler:
- gcc
- clang
script:
- make all