aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2019-01-10 11:03:51 +0800
committerGitHub <noreply@github.com>2019-01-10 11:03:51 +0800
commit725db743dc84a2f4aca7b915d3a2283398b70aba (patch)
treeeb1fbe1b1379c5fdbefc26689142955ae5f9540a
parent877c1d4eabaf50e781825d2cd07978c694478005 (diff)
parent2e6f043219f435198cb9924d6489d4f89eae33b0 (diff)
Merge pull request #4 from chase-qi/travis
Add Travis CI
-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