kcp/.travis.yml
2017-02-22 10:28:01 +08:00

11 lines
138 B
YAML

language: cpp
compiler:
- gcc
- clang
script:
- $CC -O3 test.cpp -o test -lstdc++
- ./test --ci && echo "OK"