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

pull/3/head
Michael Bredel 8 years ago committed by GitHub
parent 77ad099d6a
commit d9ef4d8fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

@ -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

Loading…
Cancel
Save