mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +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…
Reference in New Issue
Block a user