common/travis/build.sh: fix mistakenly failing tests.

This commit is contained in:
Enno Boland 2015-04-10 14:38:49 +02:00
parent 163ab983b0
commit 7e54eec1ff
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ for pkg in $(cat /tmp/templates); do
[ $? -eq 1 ] && exit 1
done
exit 0