diff --git a/.travis.yml b/.travis.yml index 73f3c9e..f334308 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ compiler: - gcc - clang script: - - $CC -O3 test.cpp -o test + - $CC -O3 test.cpp -o test -lstdc++