kcp/.travis.yml
2016-07-20 16:33:53 +08:00

10 lines
106 B
YAML

language: cpp
compiler:
- gcc
- clang
script:
- $CC -O3 test.cpp -o test -lstdc++