mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 22:57:55 +03:00
Create .travis.yml
This commit is contained in:
parent
cb96970863
commit
3a9e6021c0
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
language: c
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- docker-ce
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
include:
|
||||||
|
- stage: "EpicMorg production image"
|
||||||
|
install: skip
|
||||||
|
script: build --rm --compress --force-rm -t epicmorg/prod .
|
Loading…
x
Reference in New Issue
Block a user