Reverted travis update. It doesn't work for some reason.

This commit is contained in:
Daniel Marjamäki 2012-12-04 23:21:25 +01:00
parent 3724ce8e8e
commit 301a5527f5
1 changed files with 0 additions and 3 deletions

View File

@ -6,6 +6,3 @@ script:
- make test
- $CXX -o cppcheck -O2 cli/*.cpp lib/*.cpp -Ilib
- ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch -q cli gui lib -igui/test
- mkdir build
- make LIBDIR=build test