浏览代码

:sparkle: Added a first CI file

Guillaume Jacquenot 5 年之前
父节点
当前提交
fa673c6706
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

@@ -0,0 +1,6 @@
+language: minimal
+dist: trusty
+services:
+  - docker
+script:
+  - make docker_build