fixed travis script

This commit is contained in:
skywind3000 2016-07-20 16:26:05 +08:00
parent 6d2dc91f1f
commit c38025f0be

View File

@ -3,5 +3,5 @@ compiler:
- gcc
- clang
script:
- $CC -O3 test.cpp -o test
- $CC -O3 test.cpp -o test -lstdc++