From ec1d68912dc279d683d0085081d5cb72b63d4b6f Mon Sep 17 00:00:00 2001 From: walker0643 <> Date: Sat, 24 Feb 2018 14:27:47 -0500 Subject: [PATCH] working on travis-ci --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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