add travis support

This commit is contained in:
walker0643 2018-02-24 14:10:14 -05:00
parent 45805bbdcb
commit cfc13f1f04
1 changed files with 4 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
script: sh ./clean_build.sh
# skip install phase since we have a customized install package
# creation tool for each supported platform
install: true