From: Jacob Lifshay Date: Mon, 8 Oct 2018 00:02:52 +0000 (-0700) Subject: add .travis.yml X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d547ca25f13d038481e6d039b2cfbdeb271b4df;p=kazan.git add .travis.yml --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..eed9549 --- /dev/null +++ b/.travis.yml @@ -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 .