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