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