Browse Source

:sparkle: Added a first CI file

Guillaume Jacquenot 5 years ago
parent
commit
fa673c6706
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

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