removing --with-tools flag for travic CI

This commit is contained in:
Dennis Luxen 2012-12-08 21:10:24 +01:00
parent d79ebabe03
commit 85c5da8512

View File

@ -3,8 +3,8 @@ compiler:
- gcc
- clang
script:
- scons --build=debug --with-tools
- scons --with-tools
- scons --build=debug
- scons
branches:
only:
- master