From cfc13f1f046c2c05730654587cd7dec151d73cc3 Mon Sep 17 00:00:00 2001 From: walker0643 <> Date: Sat, 24 Feb 2018 14:10:14 -0500 Subject: [PATCH] add travis support --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml 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