add .travis.yml
authorJacob Lifshay <programmerjake@gmail.com>
Mon, 8 Oct 2018 00:02:52 +0000 (17:02 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Mon, 8 Oct 2018 00:02:52 +0000 (17:02 -0700)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..eed9549
--- /dev/null
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+# Copyright 2018 Jacob Lifshay
+sudo: required
+services:
+  - docker
+# just need bash and docker, but use c because it's probably the simplest
+language: c
+script: docker build .