aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2019-01-09 16:23:18 +0800
committerChase Qi <chase.qi@linaro.org>2019-01-09 16:58:10 +0800
commit2e6f043219f435198cb9924d6489d4f89eae33b0 (patch)
treedccf40097ffee19433d708f0699abe54f03510a3
parent5ada54ea67d11d607e596bae1cb58f53ca717019 (diff)
Add Travis CI
Signed-off-by: Chase Qi <chase.qi@linaro.org>
-rw-r--r--.gitignore1
-rw-r--r--.travis.yml13
2 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a5bc303..f2e44d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ build-error.txt
# git files that we don't want to ignore even it they are dot-files
#
!.gitignore
+!.travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..22706b3
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+dist: xenial
+language: python
+python:
+ - "3.6"
+
+# Pre-installed packages.
+# shellcheck 0.5.0
+# php 7.2
+install:
+ - pip install pyyaml pycodestyle
+
+script:
+ - ./sanity-check.sh