1
0
mirror of https://github.com/skywind3000/kcp.git synced 2025-04-24 04:10:34 +08:00

new travis.yml

This commit is contained in:
skywind3000 2016-07-20 16:17:03 +08:00
parent c84ed70529
commit 0df053a996

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: cpp
compiler:
- gcc
- clang
script:
- gcc -O3 test.cpp -o test