Tools: CI: only set shell to verbose after including profile

Travis has a very long .profile script, which is already shown in configure step, so there is no need to log it again in the build step
This commit is contained in:
Francisco Ferreira 2017-07-17 15:03:30 +01:00
parent 2e451eb2bc
commit 540548f0aa
No known key found for this signature in database
GPG Key ID: F63C20A6773E787E

View File

@ -3,10 +3,10 @@
# This helps when doing large merges
# Andrew Tridgell, November 2011
set -ex
. ~/.profile
set -ex
# CXX and CC are exported by default by travis
c_compiler=${CC:-gcc}
cxx_compiler=${CXX:-g++}