diff --git a/.travis.yml b/.travis.yml index cc0f410d..61f9b491 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ -script: sh ./clean_build.sh +language: cpp +script: sh -x ./clean_build.sh # skip install phase since we have a customized install package # creation tool for each supported platform install: true