mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Improve Travis CI configuration
This commit is contained in:
parent
1d1019ccf0
commit
ee962a3e90
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
language: c
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
@ -7,4 +10,5 @@ addons:
|
|||
install:
|
||||
- make clean
|
||||
script:
|
||||
- make
|
||||
- make
|
||||
- make docs
|
||||
Loading…
Add table
Add a link
Reference in a new issue