X Tutup
Skip to content

Commit 829c8fa

Browse files
author
Sebastiano Merlino
committed
Added clang to travis compilation
1 parent ecd1470 commit 829c8fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: cpp
2-
compiler: gcc
2+
compiler:
3+
- gcc
4+
- clang
35
# Change this to your needs
46
before_install:
57
- wget http://199.231.187.83/resources/libmicrohttpd-0.9.26.tar.gz

0 commit comments

Comments
 (0)
X Tutup