mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-06 02:24:54 +02:00
9 lines
105 B
YAML
9 lines
105 B
YAML
---
|
|
sudo: required
|
|
notifications:
|
|
email: true
|
|
services:
|
|
- docker
|
|
script:
|
|
- make test
|