travis: call waf check for linux

That helps preventing applying code that break unit tests.
This commit is contained in:
Gustavo Jose de Sousa 2016-01-18 15:23:42 -02:00 committed by Lucas De Marchi
parent 54d938e2c4
commit d7f50ab668

View File

@ -69,5 +69,6 @@ for t in $TRAVIS_BUILD_TARGET; do
$waf configure --board $t
$waf clean
$waf ${build_concurrency[$t]} build
[[ $t == linux ]] && $waf check
fi
done