1
0
mirror of https://github.com/alrayyes/docker-alpine-hugo-git-bash synced 2023-11-14 15:56:26 +00:00
docker-alpine-hugo-git-bash/.travis.yml

10 lines
131 B
YAML
Raw Permalink Normal View History

2017-09-15 20:14:48 +00:00
services:
- docker
2017-09-15 20:38:36 +00:00
install:
- docker build -t hugo .
- docker run -d --name hugo hugo
2017-09-15 20:14:48 +00:00
script:
2017-09-15 20:38:36 +00:00
- docker ps | grep -q hugo