diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..cc0f410d --- /dev/null +++ b/.travis.yml @@ -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