Modified to build and use the Docker container to test the LaTeX code.

This commit is contained in:
Michael Bredel
2017-11-12 02:26:49 +01:00
committed by GitHub
parent 77ad099d6a
commit d9ef4d8fc0

View File

@@ -6,6 +6,6 @@ branches:
services:
- docker
before_install:
- docker pull ubuntu:16.04
- docker build --tag mbredel/thesis-template:latest .
script:
- docker run ubuntu:16.04
- docker run mbredel/thesis-template:latest