Renamed the Dockerfile for the Travis-CI.

This commit is contained in:
Michael Bredel
2018-01-09 15:03:15 +01:00
parent bdd6b568a7
commit e63da6992f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ branches:
services:
- docker
before_install:
- docker build --tag mbredel/thesis-template:latest .
- docker build --tag mbredel/thesis-template:latest --file Dockerfile.travis .
script:
- docker run mbredel/thesis-template:latest
View File