new travis.yml
This commit is contained in:
parent
c84ed70529
commit
0df053a996
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script:
|
||||
- gcc -O3 test.cpp -o test
|
||||
|
Loading…
x
Reference in New Issue
Block a user