[Dev] [dbscripts] [PATCH 04/31] Add travis configuration

Luke Shumaker lukeshu at lukeshu.com
Fri Apr 6 18:43:37 GMT 2018


From: Pierre Schmitz <pierre at archlinux.de>

(cherry picked from commit aaf67a3b12239fe11cc8e4346340be67930ffa0b)
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..2e3480a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+sudo: required
+
+services:
+  - docker
+
+script:
+  - make test
-- 
2.16.2




More information about the Dev mailing list