mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-31 01:20:41 +01:00
9 lines
105 B
YAML
9 lines
105 B
YAML
|
---
|
||
|
sudo: required
|
||
|
notifications:
|
||
|
email: true
|
||
|
services:
|
||
|
- docker
|
||
|
script:
|
||
|
- ./test.sh
|