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 - gcc
- clang - clang
script: script:
- scons --build=debug --with-tools - scons --build=debug
- scons --with-tools - scons
branches: branches:
only: only:
- master - master