working on travis-ci

This commit is contained in:
walker0643 2018-02-24 14:27:47 -05:00
parent cfc13f1f04
commit ec1d68912d
1 changed files with 2 additions and 1 deletions

View File

@ -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