mirror of
https://github.com/jedisct1/dnsblast.git
synced 2025-10-30 06:33:42 +00:00
Add .travis.yml
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: c
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
before_script:
|
||||
- make clean
|
||||
script: make
|
||||
Reference in New Issue
Block a user