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